"SYS.DBMS_EXPORT_EXTENSION" does not exist [message #71732] |
Mon, 30 December 2002 07:58 |
constantin mitocaru
Messages: 2 Registered: December 2002
|
Junior Member |
|
|
I have Oracle 8.0.5 running on Windows NT 2000 Server.
While trying to export tables using @ORACLE_HOMEbinexp80 I get the following error.
I must mention that I ran the catproc.sql script and utlrp.sql. However I'm getting 191 invalid objects when running:
select object_name, object_type, status, owner from dba_objects where status='INVALID';
Could someone help?
Here is the exception
--------------------------------------------
. . exporting table IMDTB_DOCS
EXP-00008: ORACLE error 4068 encountered
ORA-04068: existing state of packages has been discarded
ORA-04067: not executed, package body "SYS.DBMS_EXPORT_EXTENSION" does not exist
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1
|
|
|
|
|
|