Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Problem with export after upgrade

Problem with export after upgrade

From: Ken Hensel <ken.hensel_at_nrl.navy.mil>
Date: 1997/05/15
Message-ID: <337B3DEB.4086@nrl.navy.mil>#1/1

I recently upgraded from Oracle 7.0.15 to 7.1.4. Now export now longer works.
Here is an example section from running exp:

. exporting table EMPLOYEE_SECURITY

EXP-00008: ORACLE error 4068 encountered
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "SYS.DBMS_EXPORT_EXTENSION" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1

. exporting table FC_PERSON_IN_ROOM
EXP-00008: ORACLE error 4068 encountered ORA-04068: existing state of packages has been discarded ORA-04063: package body "SYS.DBMS_EXPORT_EXTENSION" has errors
ORA-06508: PL/SQL: could not find program unit being called ORA-06512: at line 1
. exporting table FC_ROOM
EXP-00008: ORACLE error 4068 encountered
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "SYS.DBMS_EXPORT_EXTENSION" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1
 


It seems to get several of these same errors. If anyone has seen this before and can help out I'd appreciate it.

Thanks Received on Thu May 15 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US