Re: How do I supress ORA error messages in pl/SQL

From: mdr <resnimi_at_mail.northgrum.com>
Date: Thu, 12 Nov 1998 18:52:33 GMT
Message-ID: <01be0e6d$d942a440$b708e484_at_bigrez.masdils>


You can write your own error handler using the EXCEPTION block within the pl/sql code. This doesn't catch certain errors though. (i.e. if you declare a variable as varchar(1) and try to stuff more than one character into it.)

Shine Stephen <sinasu_at_hotmail.com> wrote in article <72estn$t22_at_masters0.InterNex.Net>...
> Can anybody tell me how to supress oracle default error messages and
display
> my own messages in a pl/sql program
>
> Thanks.
>
>
>
Received on Thu Nov 12 1998 - 19:52:33 CET

Original text of this message