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: Logging Pl/SQL run-time errors with source code line numbers ?

Re: Logging Pl/SQL run-time errors with source code line numbers ?

From: Peter Schneider <peter.schneider_at_okay.net>
Date: 1998/01/27
Message-ID: <34ce72c0.6016232@news.okay.net>#1/1

On Tue, 27 Jan 1998 12:57:12 +0100, "Paolo Ghisotti" <p.ghisotti_at_barilla.it> wrote:

>I'm trying to build a package for error logging and tracing to speed up
>program development in pl/sql.
>It would be very useful if one could log the source code line number when a
>run-time error occurs. I know that I can query USER_ERRORS for compile time
>errors and I wonder if something like that exists for run-time errors.
>
>
>
>Thanks in advance for any help.
>
>
>
>p.ghisotti_at_barilla.it
>

Hi Paolo,

have a look at DBMS_UTILITY.FORMAT_ERROR_STACK.

HTH
Peter

-- 
Peter Schneider
peter.schneider_at_okay.net
Received on Tue Jan 27 1998 - 00:00:00 CST

Original text of this message

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