Quantcast
Channel: SCRIPTS – ORACLE-HELP
Viewing all articles
Browse latest Browse all 27

Importing just 1 view via impdp

$
0
0

Hi,
Struggling the right syntax in Unix environment for importing a lost view, here is the proper way:

impdp user/password@database directory=dir_dump dumpfile=dump.dmp logfile=imp_MY_VIEW.log INCLUDE=VIEW:\”= \’MY_VIEW\’\” job_name=imp_MY_VIEW

The post Importing just 1 view via impdp appeared first on ORACLE-HELP.


Viewing all articles
Browse latest Browse all 27

Trending Articles