How to handle exceptions in Java Stored procedures
kumar_dAug 2 2007 — edited Aug 3 2007Can anyone explain me, How to handle exceptions in Java Stored procedures, For Example if I am calling a Java Stored procedure from PL/SQL , it is showing PL/SQL procedure successfully completed successfully, but I want to check whether there are any exceptions raised by Java Stored Procedure. Is there any way to figure out exceptions.
Thanks
Kranthi