Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> trapping errors from assignment of SQL*Plus Input Variables
Is there any way to trap errors from the assignment of a SQL*Plus variable
to a PL/SQL variable?
I have this in my executable section:
v_runcr := &&i_runcr;
(v_runcr is declared as a number)
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.
Any ideas?
Thanks
bill
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Magaliff, Bill INET: Bill.Magaliff_at_lendware.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-LReceived on Tue Dec 10 2002 - 10:49:08 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |