Hi all
We have certain
j2ee components (
jsp,
servlets)
which invoke our stored procedures in Oracle databse
in our plsql code we log the exception in an error log table
. we dont raise it as we dont explicitly have commit & rollback in our stored procs.
if we raise ,the entry in the error log is rolled back
all transaction mgmt is handled by
Java.
What i want to acheive is a neat way to communicate the exception bak to JAVA
Rgrds