Creating Schema by Importing Full Dump

Under this method, you need to manually import the Oracle Banking Payments DMP file into the Oracle Banking Payments schema. This can be done using the following command:

$impdp user_name/password directory=dir_name dumpfile=dmp_file_name.dmp logfile=dmp_file_name.log remap_schema=from_schema_name:to_schema_name remap_tablespace=from_tablespace_name:to_tablespace_name transform=OID:n