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
Calling Procedure in Package : Error "OCI No Data" but where are the details
If it is an error, you should get all the text in OracleException.Message with '\n' delimiters. If it is a warning then all the text may be retrieved via OracleConnection.InfoMessage. If you can't get the text please send us small test project to reproduce the problem; include definition of your own database objects.
Use e-mail address provided in the Readme file.
Do not use third party components.
Use e-mail address provided in the Readme file.
Do not use third party components.
-
kevinherring
- Posts: 64
- Joined: Wed 04 Jan 2006 15:32