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

Home -> Community -> Usenet -> c.d.o.misc -> Re: easy sql question

Re: easy sql question

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Thu, 23 Jan 2003 12:50:35 +0000
Message-ID: <b0ohe0$joa$1@ctb-nnrp2.saix.net>


IKerr. wrote:

<snipped>
> "SP2-0734: unknown command beginning "Enter valu..." - rest of line
> ignored."
>
> How can I make the lines disappear from the spooled script before it is
> run.

SET define off

This will disable all SQL*Plus prompts caused by the & char, e.g.

SQL> Prompt &Hello there
Enter value for &Hello:

vs.

SQL> set define off;
SQL> Prompt &Hello there
&Hello there

--
Billy
Received on Thu Jan 23 2003 - 06:50:35 CST

Original text of this message

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