detach_metadata.bat fails on fresh install with ORA-06512 etc.
Hi all,
i installed a 9.1 Deployment Server to re-attach my "old" 9.1 Deployment Server backup. Detach on the old machine worked and re-attach too.
On the new machine i ran detach_planner.bat without a problem but detach_metadata fails:
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-29283: invalid file operation
I mean, there's an article about exactly those errors:
Oracle Support Document 1305166.1 (Errors ORA-39002, ORA-39070, ORA-29283, ORA-6512 Using DataPump Export (EXPDP) or Import (IMPDP)) can be found at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=1305166.1
Still, i wonder what's wrong with the script. It worked on the old Deployment Server without a problem.