DEV Community

Hisyam Johan
Hisyam Johan

Posted on

Import Oracle DB Schema via Data Pump

Continue from Export Oracle DB Schema via Data Pump. Now we want to import DB dumpfile.

  1. cd /u01/app/oracle/product/11.2.0.4/dbhome_1/bin
  2. 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)