Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Escaping the &
> If I attempt to insert 'Sound & Music', Oracle always prompts me for
the
> value of Music
> because it thinks I'm specifying a variable.
All the above solutions will work, but
SQL> set scan off;
is the one that targets the real problem. Set scan off turns off the feature of SQL*Plus that looks for '&name' and interprets them as variables. This is especially useful if you want to compile a web page with lots of special characters like &, etc.
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon Apr 10 2000 - 00:00:00 CDT