How will u copy the objects of one schema to another schema in datapump & export/import?
Answer Posted / kittu_chintu2005
Impdp directory=dpump_dir1 dumpfile=xxxxx.dmp remap_schema=user1:user2
Imp file=xxxxxx.dmp \ from user=user1 touser=user2
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
Which autogrowth database setting is good? : sql server DBA
internal architecture
You create a private database link and upon
connection, fails with: ORA-2085: connects to
how to restore files with rman?
What is dbcc? : sql server DBA
What the different types of replication and why are they used? : sql server DBA
What is replication? : sql server DBA
What are the different ways you can create databases in sql server? : sql server DBA
what is the last version,the release date of that version and fix pack of ibm db2 udb?
how can you create a user-defined lock?
Where would you look for errors from the database engine?
Why does Oracle not permit the use of PCTUSED with indexes?
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
what is the role of dip user in our database?