Impdp question
Hi Friends,
I have multiple schema expdp backup. ( 4 schemas)
I want to import only two of the schemas in a different database, into different schemas. I created the two new schemas ( xyz and ijk in the target database)
Does the parameter file look good or is anything missing? Please let me know.
USERID='/ as sysdba'
DIRECTORY=DIR
DUMPFILE=expdp_OND.dmp
LOGFILE=impdp_Sept20th2016.log
REMAP_SCHEMA=abc:xyz,def:ijk
REMAP_TABLESPACE=ARCHIVE:YMS,IDX_TBS:BST_IDX
PARALLEL=4
TRANSFORM=oid:n
CLUSTER=N
Thanks,
Su.