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

how to avoid & prompting in sql+?

From: Sharkie <sharkdba_at_yahoo.com>
Date: 14 Nov 2002 16:17:29 -0800
Message-ID: <423b5ab1.0211141617.1f2a0936@posting.google.com>


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:17:29 CST

Original text of this message

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