Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Passing in NULL via SQL ACCEPT

Passing in NULL via SQL ACCEPT

From: Magaliff, Bill <Bill.Magaliff_at_lendware.com>
Date: Wed, 13 Mar 2002 06:43:24 -0800
Message-ID: <F001.00427125.20020313064324@fatcity.com>


I'm writing an anonymous PL/SQL block that accepts various input from SQL*Plus via ACCEPT commands. I then take the SQL input and use it in the block, usually by assigning it to a PL/SQL variable.

If no value is specified on the ACCEPT line, it appears that nothing is passed into PL/SQL, not even NULL. I tried using NVL(&&variable,0) to reassign the supposed NULL to a 0, but the program returns an error that nothing exists in place of &&variable.

Any ideas how to catch this null, which I want to be a viable option (e.g., if the &&varible is NULL then perform certain operations).

Thanks much
--

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  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Mar 13 2002 - 08:43:24 CST

Original text of this message

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