Export error Re: SYS.DBMS_REFRESH_EXP_LWM [message #70585] |
Wed, 03 July 2002 12:01 |
George Anderson
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
I'm getting an error message from a "user" export. I reviewed the database creation logs, everything looks fine. I tried re-running the creation scripts starting with catalog.sql. catalog.sql locked up the database and my app core dumped during an insert.
Export log details:
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
EXP-00008: ORACLE error 4068 encountered
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "SYS.DBMS_REFRESH_EXP_LWM" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling SYS.DBMS_REFRESH_EXP_LWM.schema_info_exp
EXP-00008: ORACLE error 4068 encountered
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "SYS.DBMS_REPCAT_RGT_EXP" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling SYS.DBMS_REPCAT_RGT_EXP.schema_info_exp
. exporting statistics
Export terminated successfully with warnings.
|
|
|
|
Re: Export error Re: SYS.DBMS_REFRESH_EXP_LWM [message #71064 is a reply to message #70585] |
Wed, 04 September 2002 10:29 |
Christian Brechbühler
Messages: 1 Registered: September 2002
|
Junior Member |
|
|
I tried that. Edited $ORACLE_HOME/dbms/init.ora (is that the file you allude to?). Shut down oracle. Killed all remaining processes owned by oracle. Restarted. No improvement. And, init.ora doesn't get read (access time doesn't change). No wonder the changes don't take effect.
Any idea how to force oracle to read init.ora?
|
|
|
|