Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: trapping errors from assignment of SQL*Plus Input Variables
You can define your own exceptions in the declare section, then RAISE that exception.
> -----Original Message-----
>
> I want to trap the case where either no value for i_runcr is
> specified at
> runtime (and thus the assignment should be NULL) or a
> non-numeric character
> is specified (e.g., a letter).
>
> I had hoped the WHEN OTHERS exception would handle it but it does not.
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephen Lee INET: slee_at_dollar.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Dec 10 2002 - 13:11:10 CST
![]() |
![]() |