1.1 Creating Schema by Importing Full Dump
Under this method, manually import the Oracle Banking Treasury Management DMP file into the Oracle Banking Treasury Management schema. This are 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
Parent topic: Installing Oracle Banking Treasury Management Database