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!

issues facing while impdp to dummy schema

madala03Oct 29 2014 — edited Oct 30 2014

Hi All,

I got a request today to take export of 4 tables from one of the production schema, and that need to be impdp  to OAT before that they need to test in  a dummy schema So, i created a schema called dummy. i copied the expdp from production to OAT server via SCP All 4 tables are in one dumpfile  . while doing imp i am facing some issues . please can i get the correct syntax . i am using the below syntax

impdp  system  directory=data_pump_dir    dumpfile=dummy.dmp logfile=dummy.log

4 tables are already exists in production and OAT , thats why i am trying to create a dummy schema to add my 4 tables for them to test.

thanks in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2014
Added on Oct 29 2014
5 comments
1,362 views