expdp/impdp with parallel option
-- Create the directory if not present create directory EXPDIR as '/export/home/oracle/ORADUMP'
oracle configurationintermediate
by OracleDba
13 views
-- Create the directory if not present create directory EXPDIR as '/export/home/oracle/ORADUMP'
123456789
cat parfile=parallel.par
dumpfile=parallel_%U.dmp
logfile=tables.log
directory=EXPDIR
schemas=PROD_DATA
parallel=4
NOTE - mention parallel value as per cpu core.
expdp parfile=parallel.par
Same is the command for IMPDP.Please to add comments
No comments yet. Be the first to comment!