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

Home -> Community -> Usenet -> c.d.o.server -> Re: how to eliminate variable substitition ('&') message

Re: how to eliminate variable substitition ('&') message

From: Thomas Hesse <thomas.hesse_at_team.xtra.co.nz>
Date: Wed, 03 Apr 2002 08:57:26 +1200
Message-ID: <3CAA1B36.93089449@team.xtra.co.nz>


 SET DEFINE
    Defines the substitution character (by default the ampersand "&") and turns substitution on and off.

miker wrote:
>
> How do I get rid of the msg:
>
> old 1: select '&1','Start Time:',startTime
> new 1: select 'MFG','Start Time:',startTime
>
> I have tried echo off, feedback off and termout off with no luck.
> TIA.
Received on Tue Apr 02 2002 - 14:57:26 CST

Original text of this message

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