Quote:
Originally posted by astropp
from the second error line it seems that
SYS.DBMS_AQ_IMPORT_INTERNAL
has become invalid.
You may try to re-run catqueue.sql that is in ORACLE_HOME/rdbms/admin (logged as sys, as usual).
This will recreate the part of the data dictionary related to AQs.
I cannot assure... but i'm confident this should at least remove this error.
let me know if it works,
astropp
|
Astropp, thanks for the suggestion. I ran a catproc.sql on the db, and this is the error I get now:
EXP-00008: ORACLE error 1403 encountered
ORA-01403: no data found
ORA-06512: at "SYS.DBMS_AQ_IMPORT_INTERNAL", line 77
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_SYS_SQL", line 1118
ORA-06512: at "SYS.DBMS_SQL", line 316
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 84
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 135
ORA-06512: at line 1
EXP-00000: Export terminated unsuccessfully
I then ran the catqueue.sql (logged in as sys), but I still get this same error when I am doing a full export. Any more suggestions? TIA!