Skip to Main Content

Oracle Database Discussions

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!

Exclude create user statements using datapump API

127344Mar 19 2007
I’m trying to perform a schema import and exclude the "create user" statements using the datapump API but I can’t get the syntax correct for the dbms_datapump.metadata_filter call.

Using impdp I use a parfile that includes the following statements:
schemas=bob, john
exclude=user

How do I achieve the same effect using the dbms_datapump.metadata_filter API?

Any assistance greatly appreciated.

Gavin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2007
Added on Mar 19 2007
0 comments
687 views