Importing just 1 view via impdp
Hi,
Struggling the right syntax in Unix environment for importing a lost view, here is the proper way:
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
try this
ReplyDeleteimpdp user/password@database directory=dir_dump dumpfile=dump.dmp logfile=imp_MY_VIEW.log INCLUDE=VIEW:\"= \'MY_VIEW\'\" job_name=imp_MY_VIEW schemas=my_schemas
Ajudou d+. funciona muito bem!
ReplyDeleteIf my_schema is different from the user, your way is necessary.
ReplyDeleteThanks