Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: var source_data varchar2(12)
It took me awhile to figure this one out. The real problem is
Maryann Atkinson wrote:
> I'm looking at a PL/SQL script that goes like this
>
> -- Header
> var Source_Data VARCHAR2(12)
>
> DECLARE
> Num1 NUMBER;
>
> BEGIN
> Source_Data := '&1';
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Daniel Fink INET: Daniel.Fink_at_Sun.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 Nov 11 2003 - 14:09:39 CST
![]() |
![]() |