Trying to understand EXP error [message #489460] |
Sun, 16 January 2011 17:43 |
|
newDBACE
Messages: 3 Registered: January 2011
|
Junior Member |
|
|
Hello,
As a newbie to the world of Oracle, I have been assigned the task of determining what this error means and how to resolve it.
We have a CRON job that runs the following command on a Solaris box:
exp SYSTEM/PASSWORD@dbinstance file=myexport.pipe statistics=none consistent=y
The following error is returned:
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
. exporting pre-schema procedural objects and actions
EXP-00008: ORACLE error 4063 encountered
ORA-04063: package body "DMSYS.DBMS_DM_IMP_INTERNAL" has errors
ORA-06508: PL/SQL: could not find program unit being called: "DMSYS.DBMS_DM_IMP_INTERNAL"
ORA-06512: at "DMSYS.DBMS_DM_MODEL_EXP", line 303
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling DMSYS.DBMS_DM_MODEL_EXP.schema_info_exp
I have researched the error but cannot find an explanation as to what it means or how to resolve it step by step.
Any help would be GREATLY apprecieated.
Thank You in advance.
|
|
|
|
|
|
Re: Trying to understand EXP error [message #489465 is a reply to message #489464] |
Sun, 16 January 2011 19:40 |
|
newDBACE
Messages: 3 Registered: January 2011
|
Junior Member |
|
|
The CRON job runs daily and the last message that is listed is
Export terminated successfully with warnings.
The DBA who is no longer with us said the backup completed but my manager is not so sure seeing these errors.
You are correct, "@dbinstance" is a superfluous name.
Being new to the world of ORACLE (background is more of a developer), I'm trying to understand these messages.
I do know that a full RMAN backup is performed on the weekend, and that the EXP is used incase of a failure during the week.
Unfortunately, I do not know if a schema level export has been done...
|
|
|