SYSMAN.MGMT_TARGET Errors [message #119793] |
Sun, 15 May 2005 17:15 |
ORARAY
Messages: 6 Registered: May 2005
|
Junior Member |
|
|
Hi All,
I received the following error when I clicked on my LISTENER link in EM home page: package body "SYSMAN.MGMT_TARGET" has errors ORA-06508: could not find program unit being called ORA-06512: at line 1.Can anyone help me debug or troubleshoot this error?
My EM status shows down.Where should I start?
Thanks
|
|
|
Re: SYSMAN.MGMT_TARGET Errors [message #120185 is a reply to message #119793] |
Wed, 18 May 2005 05:47 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
One way out is to reinstall the repository.
Some more useful info abt these errors is:
Source:http://searchoracle.techtarget.com/ateQuestionNResponse/0,289625,sid41_cid567603_tax294551,00.html
ORA-06512 error :
This is just informational and should accompany the "real" error message (usually just preceding the 6512 error line). This series of messages is often referred to as the "message stack." The Oracle Error Messages guide says the 6512 error is a: "Backtrace message as the stack is unwound by unhandled exceptions."
So, you don't rectify the 6512, you rectify whatever error precedes it in the stack.
Source: http://www.techonthenet.com/oracle/errors/ora06508.htm
ORA-06508: PL/SQL: could not find program unit being called
Cause: You tried to call a stored procedure, but the stored procedure could not be found.
Action: The options to resolve this Oracle error are:
The stored procedure may have been dropped. Try re-creating the stored procedure.
The stored procedure may have compiled with errors. Try fixing the errors and re-compiling
|
|
|