Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

impdp exclude data for some tables

smeeJan 18 2012 — edited Jan 19 2012
Hi 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
This post has been answered by Dean Gagne-Oracle on Jan 18 2012
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 16 2012
Added on Jan 18 2012
3 comments
13,574 views