PL/SQL execption and Java programs
- by edwards
Hi
Business logic is coded in pl/sql paackages procedures and functions.
Java programs call pl/sql packages procedures and functions to do database work.
Issue now is pl/sql programs store excpetions into Oracle tables whenever a execption is raised.
How would my java programs get the execptions since the exception instead of being propogated from pl/sql to java is getting persisted to a oracle table.