GitHub

EXPDP ALL PARAMETERS:-

expdp directory=datapump_dir dumpfile=ORADB_SOE_2711.dmp logfile=ORADB_SOE_2711.log schemas=soe expdp directory=datapump_dir dumpfile=ORADB_SOE_2711.dmp logfile=ORADB_SOE_2711.log ...
# $EXPDP test/xxxx@test schemas=test directory=expdp parallel=3 dumpfile=expdp_test_${CURRENT_DATE}_%U.dmp filesize=50G logfile=expdp_test_${CURRENT_DATE}.log ...
Export or import with Oracle Data Pump In Oracle 10g, exp and imp have been redesigned as the Oracle Data Pump (although Oracle still ships and fully supports exp and imp). If you're used to exporting ...