DEV Community

Hisyam Johan
Hisyam Johan

Posted on • Edited 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)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay