Calling Procedure in Package : Error "OCI No Data" but where are the details
Posted: Fri 19 Jan 2007 14:47
Hi,
I'm calling a procedure in a Pl/SQL Package which raises an error.
Calling procedure via TOAD I get the message
ORA-01403: No data found
ORA-06512: in "User.Package", Row 251
ORA-06512: in Line 2
Calling the procedure via code and Oracle direct I only get an exception "OCI No Data", inner exception is empty
Any chance to retrieve the original Oracle error message including package name and line numers ??
Thanx
Holger
I'm calling a procedure in a Pl/SQL Package which raises an error.
Calling procedure via TOAD I get the message
ORA-01403: No data found
ORA-06512: in "User.Package", Row 251
ORA-06512: in Line 2
Calling the procedure via code and Oracle direct I only get an exception "OCI No Data", inner exception is empty
Any chance to retrieve the original Oracle error message including package name and line numers ??
Thanx
Holger