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!

How to restore a single table from a DP Export from a different schema?

garywickeJun 4 2013 — edited Jun 5 2013
Environment:

Oracle 11.2.0.3 EE on Solaris

I was looking at the documentation on DP Import trying to find the correct syntax to import a single table from a DP Export of a different schema.

So, I want to load table USER1.TABLE1 into USER2.TABLE1 from a DP Export.

Looking at the REMAP_TABLE options:
REMAP_TABLE=[schema.]old_tablename[.partition]:new_tablename

OR

REMAP_TABLE=[schema.]old_tablename[:partition]:new_tablename
I can't see where to specify the target schema name. The examples had the new table name residing in the same schema with just a new name.

I looked at the REMAP_SCHEMA but the docs say that will import the entire schema into the new schema and I only want one (1) table.

Any suggestions are most welcome!

-gary
This post has been answered by Dean Gagne-Oracle on Jun 4 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2013
Added on Jun 4 2013
7 comments
2,352 views