impdp exclude data for some tables
smeeJan 18 2012 — edited Jan 19 2012Hi all,
I have a doubt.
I want to import database dump using impdp and I want to exclude data from a few tables, but I want to load metadata for these tables and for all of theirs dependent objects. As far as I know, this can be done in two way:
1. In impdp it can be used parameter CONTENT=METADATA_ONLY - but in that case it will be loaded only metadata for all tables;
2. I can use EXCLUDE=TABLE: "IN ('TABLE1', 'TABLE2')" parameter. But in that case if an object is excluded, all of its dependent objects are also excluded - which is not what I want.
Oracle version is 10.2.0.4.0.
Has anyone had a similar demand?
Tnx,
smee