Java exception while execution of a PL/SQL procedure : ORA-29532
Hello Experts,
While trying to execute a Procedure in the oracle database which has some Java calls, it is failing with the error
ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
ORA-06512: at "xxxxxx.yyyyyyyy", line 1
ORA-06512: at line 1
I am wondering if it is a JAVA issue or anything to do with the Oracle. Please advise a solution for this issue.
Regards,
Viswa...