Accessing Oracle PL/SQL stored procedure exception in java
Hi,
How to get the exception message thrown in Oracle PL/SQL stored procedure in java as there can be only one OUT parameter which is a CURSOR in this case?
Hence how to set that exception message in OUT parameter to be passed to Java?
Thanks