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!

expdp only tables and sequence

177405Nov 23 2010 — edited Nov 25 2010
Hi,
I want to export only specific tables and sequence. I am using given below command. But having error in include.
can you please guide me what is the right way to do so?

expdp user/pwd DIRECTORY=user_exp DUMPFILE=morder.dmp TABLEs=user.custome,user.custom,user.custom2,user.custom3,user.custom4 include=sequence:user.OBJECTIDSEQ
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 23 2010
Added on Nov 23 2010
7 comments
45,383 views