Import PL / SQL import dump

I have a dump file that contains two tables. Now I need to import this dump file. I was tasked with creating two tablespaces beforehands.Now, how do I import this dump file into these tablespaces. I am using a PL / SQL developer.

+5
source share
2 answers

You cannot import a dump file from a PL / SQL developer. Instead, you should do this from the command line. In addition, you need access to the database server file system, since you must place the dump file in a directory directly accessible by Oracle.

impdp ( imp).

, , , :

  • /?
  • ?
  • /, ?
  • .

impdp PSOUG.

+5

PL/SQL-. β†’ ... β†’ ( ) "".

+2

All Articles