5 pts.
 Ora-06550
I found this error in alert log file ora-06550 and ora-02063 please help in  to solve these issue

 

its urgent .



Software/Hardware used:
Oracle 10g on windows
ASKED: January 3, 2010  11:15 AM
UPDATED: January 6, 2010  2:45 PM

Answer Wiki:
ORA-06550 denotes a compilation error (pl/sql), and ORA-02063 indicates that the error was received from a database link. More details would be needed to try to provide more help.
Last Wiki Answer Submitted:  January 5, 2010  2:15 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

On a UNIX machine, you can find information concerning errors by using the oerr utility. Just enter ” oerr ErrorType ErrorNumber” for example “oerr ORA 06550″ and it would give you information concerning the error. This is a standard utility and available with versions since at least 6.0.36. I know it’s also available on VMS, but I’m not sure about Windows.

 555 pts.