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 remove & stuffs

How to remove & stuffs

From: Antoine Tissier <nospam_at_nospam.net>
Date: Tue, 23 Jul 2002 17:31:17 +0200
Message-ID: <20020723.173116.243268139.5603@nospam.net>


Hi,

I send parameters to sqlplus.

For instance : sqlplus user/password_at_world @file.sql parameter1

In the file i use this parameter :
For instance :

        select parameter1 from dual;

Each time the script, sqlplus write a thing like this on the standard output : old value = &1
new value = parametre1

How to remove this from the stdout ?

I tried "set echo off", it did not work.

Thx in advance

Antoine Received on Tue Jul 23 2002 - 10:31:17 CDT

Original text of this message

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