expdp/impdp for TABLES
-- Create the directory if not present
oracle configurationintermediate
by OracleDba
13 views
-- Create the directory if not present
123456789
create directory EXPDIR as '/export/home/oracle/ORADUMP'
cat parfile=tables.par
dumpfile=tables.dmp
logfile=tables.log
directory=EXPDIR
tables=PROD_DATA.EMPLOYEE,
PROD_DATA.DEPT,
DEV_DATA.STAGING
expdp parfile=tables.parPlease to add comments
No comments yet. Be the first to comment!