Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: what's more detailed message than SQLERRM

Re: what's more detailed message than SQLERRM

From: til <member31253_at_dbforums.com>
Date: Tue, 17 Jun 2003 06:31:55 +0000
Message-ID: <3010160.1055831515@dbforums.com>

I am using it in an error handler like:

exception when others then
  dbms_output.put_line (dbms_utility.format_error_stack); end;

This is, of course, only for testing, later it should log the error. I have heard by now, that the format_error_stack is quite useless here, it can't deliver the error_stack. This can only be done by client software (forms,sql+,toad,pl/sql developer). Funny enough, it works fine, if the error encountered was raised by a trigger!

--
Posted via http://dbforums.com
Received on Tue Jun 17 2003 - 01:31:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US