Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: get second Error Message in Exception Handling
You could try using: DBMS_UTILITY.FORMAT_ERROR_STACK
FORMAT_ERROR_STACK Function
This function formats the current error stack. This can be used in exception handlers to look at the full error stack.
-- Posted via http://dbforums.comReceived on Thu Aug 21 2003 - 11:41:54 CDT