Continue from Export Oracle DB Schema via Data Pump. Now we want to import DB dumpfile.
cd /u01/app/oracle/product/11.2.0.4/dbhome_1/bin
- Run this command to import dump file
impdp directory=<dir.name> dumpfile=<dumpfile.name>.dmp logfile=<logfile.name>.log remap_schema='<schema.name>:<schema.name>'
Top comments (0)