Hello Experts,
May i know how to import table to different schema?
please share your valuable thoughts
thanks in advance.
Updated May 18, 2018
Hello Experts,
May i know how to import table to different schema?
please share your valuable thoughts
thanks in advance.
Comments
You can try this: impdp scott/tiger dumpfile=emp.dmp directory=mydir1 fromuser=scott touser=testusr tables=emp
and you can also change the table name while importing by this
impdp scott/tiger dumpfile=emp.dmp directory=mydir1 fromuser=scott touser=testusr tables=emp remap_table=emp:employee.