PL/SQL execption and Java programs
Posted
by edwards
on Stack Overflow
See other posts from Stack Overflow
or by edwards
Published on 2010-03-14T11:04:42Z
Indexed on
2010/03/14
11:15 UTC
Read the original article
Hit count: 245
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.
© Stack Overflow or respective owner