impdp vs imp
I am using the following parfile to perform a remap schema in impdp
userid='/ as sysdba'
remap_schema=John:Jacob
content=all
DIRECTORY=IMPDP_DIR
to achieve the same results using imp, what should be the equivalent parfile?
userid='/ as sysdba'
fromuser=john
touser=jacob
Is this correct?
userid='/ as sysdba'
remap_schema=John:Jacob
content=all
DIRECTORY=IMPDP_DIR
to achieve the same results using imp, what should be the equivalent parfile?
userid='/ as sysdba'
fromuser=john
touser=jacob
Is this correct?
0