Data Pump Export/Import vs Traditional Export/Import
Learn the major differences between Oracle Data Pump (expdp/impdp) and Traditional Export/Import (exp/imp).
oracle configurationintermediate
by OracleDba
18 views
Learn the major differences between Oracle Data Pump (expdp/impdp) and Traditional Export/Import (exp/imp).
1
exp system/password@orcl file=backup.dmp full=y log=export.log1
imp system/password@orcl file=backup.dmp full=y log=import.log1
expdp system/password@orcl full=y directory=DATA_PUMP_DIR dumpfile=backup_dp.dmp logfile=expdp.log1
impdp system/password@orcl full=y directory=DATA_PUMP_DIR dumpfile=backup_dp.dmp logfile=impdp.logPlease to add comments
No comments yet. Be the first to comment!