expdp/impdp for schemas
-- Create the directory if not present
oracle configurationintermediate
by OracleDba
14 views
-- Create the directory if not present
123456789
create directory EXPDIR as '/export/home/oracle/ORADUMP'
cat parfile=schema.par
dumpfile=schema.dmp
logfile=tables.log
directory=EXPDIR
schemas=PROD_DATA,
DEV_DATA
expdp parfile=schema.par
For impdp also use the similar command.Please to add comments
No comments yet. Be the first to comment!