Hello,

I'm trying to perform an export using the EXP or EXP80 command:

SET ORACLE_SID=T1
SET ORACLE_HOME=C:\ORANT
EXP80 SYSTEM/MANAGER FILE=T1_EXPORT LOG=T1_EXPORT

I've also executed the catexp.sql file but still running into the same problem.

I get these errors:

EXP-00008: ORACLE error 4045 encountered
ORA-04045: errors during recompilation/revalidation of SYS.DBMS_AQ_IMPORT_INTERNAL
ORA-06552: PL/SQL: Compilation unit analysis terminated
ORA-06553: PLS-905: object SYS.AQ$_SUBSCRIBERS is invalid
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_SYS_SQL", line 787
ORA-06512: at "SYS.DBMS_SQL", line 328
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 82
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 133
ORA-06512: at line 1
EXP-00000: Export terminated unsuccessfully


Please HELP!!!

Thanks