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: how to avoid & prompting in sql+?

Re: how to avoid & prompting in sql+?

From: Martin Doherty <martin.doherty_at_elcaro.moc>
Date: Thu, 14 Nov 2002 16:30:48 -0800
Message-ID: <LiXA9.16$8Q5.211@news.oracle.com>


Like you, I haven't checked the SQL*Plus manual, but I think the command you want is SET DEFINE OFF.

Martin

Sharkie wrote:

>I have a text file with lots of insert statements. The textual values
>of the varchar columns are provided through some other script.
>Sometimes the strings contain the "&" char, so when executing
>the insert statements in sql+ I'm always prompted for a value.
>
>Is there a way to avoid this prompting? I'd like sql+ to consider this
>char as any other char and just insert it. I could do a global replace
>in the text file replacing the "&" with some other character,
>before running it, but isn't there a setting in sql+ to ignore it?
>
>the db is 8.1.7 run on Solaris
>(but I also use a test db: 8.1.7 on Win2K)
>
>
Received on Thu Nov 14 2002 - 18:30:48 CST

Original text of this message

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