Datapump EXCLUDE parameter
- From: ktindy <ktindy@xxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Mon, 30 Apr 2007 13:38:20 -0400
Does anyone know how to use EXCLUDE at the table level for a full export?
Here is the partial parfile:
directory=dpump_exp_dir
dumpfile=Full.%U.dmp
full=y
logfile=Full.log
exclude=statistics
parallel=4
exclude=schema:"='TEST'"
exclude=table:"='TEST_TAB'"
But say there is a table called TEST_TAB in more than one schema, and I'd
like to exclude the table from only one of the schemas.
Thanks!!
Other related posts:
- » Datapump EXCLUDE parameter