There are times when I'm testing a stored procedure from SQL*Plus and an error occurs. What is returned, at times, are multiple errors from different stored procedures since I have sp's calling other sp's and functions. So, I end up with a chain of errors.
How can I get the complete chain of errors using EOracleError so I can log them to a file or display to the user?
Thanks,
Todd
How can I get the complete chain of errors using EOracleError so I can log them to a file or display to the user?
Thanks,
Todd