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: Exception Description?

Re: Exception Description?

From: David Fitzjarrell <oratune_at_msn.com>
Date: 16 Aug 2001 14:16:44 -0700
Message-ID: <32d39fb1.0108161316.41c76ebc@posting.google.com>


WHEN OTHERS
THEN
     MESSAGE('Error '||to_char(SQLCODE)||': '||SQLERRM);

e9926043_at_student.tuwien.ac.at (Sebastian Scholz) wrote in message news:<3b7ae7d1.18954425_at_news.tuwien.ac.at>...
> Hello,
>
> Is there a way to get a meaningful description of an Exception if one
> was raised? - I'm using in the Exception Handler "WHEN OTHERS" and
> would like to know the exact Error Code and Description.
>
> Sebastian
Received on Thu Aug 16 2001 - 16:16:44 CDT

Original text of this message

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