FIX-ORA -06512:
1. Login into Server Manager as INTERNAL or SYS; or, login into SQL*Plus as
SYS
2. Enter the following SQL command:
DELETE FROM SYS.EXPACT$
WHERE FUNC_PACKAGE = 'DBMS_AQ_IMPORT_INTERNAL';
After the statement issue a 'commit' so the statement can take effect.
3. Exit Server Manager or SQL*Plus.
4. Now you should be able to do a full database export.
Refrence: https://forums.oracle.com/forums/thread.jspa?messageID=2325951
1. Login into Server Manager as INTERNAL or SYS; or, login into SQL*Plus as
SYS
2. Enter the following SQL command:
DELETE FROM SYS.EXPACT$
WHERE FUNC_PACKAGE = 'DBMS_AQ_IMPORT_INTERNAL';
After the statement issue a 'commit' so the statement can take effect.
3. Exit Server Manager or SQL*Plus.
4. Now you should be able to do a full database export.
Refrence: https://forums.oracle.com/forums/thread.jspa?messageID=2325951
No comments:
Post a Comment