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: parameter substitution in SQL*PLUS

Re: parameter substitution in SQL*PLUS

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/09/01
Message-ID: <340AB73B.5C80@gatwick.geco-prakla.slb.com>#1/1

The command

set scan off

will stop Oracle searching for any paramaeters or you can also use

set define ~

to change the parameter prefix from a & to a ~ (or whatever else you wish)

Ian Received on Mon Sep 01 1997 - 00:00:00 CDT

Original text of this message

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