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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: plsql prompt for input

Re: plsql prompt for input

From: Jose Luis Delgado <joseluis_delgado_at_yahoo.com>
Date: Wed, 18 Feb 2004 09:48:40 -0800 (PST)
Message-ID: <20040218174840.33948.qmail@web41003.mail.yahoo.com>


Change:
> DBMS_Output.Put_Line('Response is ' || &Response);

to:

DBMS_Output.Put_Line('Response is &Response');

HTH


Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Feb 18 2004 - 11:48:40 CST

Original text of this message

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