1.2 Create Schema by Importing Full Dump
This topic explains to create schema to import Full Dump manually.
In this method, manually import the Oracle Banking Corporate Lending DMP file into the Oracle Banking Corporate Lending 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
Parent topic: Install Oracle Banking Corporate Lending Database