ORA-29534: Reference object could not be resolved
428593Aug 30 2004 — edited Sep 1 2004Hi,
I am writing a Java Store Procedure which should use some existing API witten in Java. But when I am trying to load the same in database using "Loadjava" I get the ora-error
ORA-29534: Reference Object < reference name> could not be resolved.
The API contains only the .class files as .jar.
Can you tell me what should I do? or what the steps should I check to get rid of this error?