EXCLUDE/INCLUDE option in expdp
EXCLUDE/INCLUDE option:
oracle configurationintermediate
by OracleDba
14 views
EXCLUDE/INCLUDE option:
12345678910111213141516
EXCLUDE/INCLUDE option:
These two options can be used in both expdp or impdp to exclude or include, particular objects or object_types:
dumpfile=test.dmp
logfile=test1.log
directory=TEST
exclude=TABLE:"IN ('EMP_TAB','DEPT')"
schemas=DBACLASS
dumpfile=test.dmp
logfile=test1.log
directory=TEST
EXCLUDE=SCHEMA:"IN ('WMSYS', 'OUTLN')"
dumpfile=FULL.dmp
logfile=full.log
directory=exp_dir
directory=DBATEST
INCLUDE=TABLE,INDEXPlease to add comments
No comments yet. Be the first to comment!