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: How to remove & stuffs

Re: How to remove & stuffs

From: TurkBear <jgreco1_at_mn.rr.com>
Date: Tue, 23 Jul 2002 11:39:22 -0500
Message-ID: <bl1rju8r6r6dvr82bjphelmuom4knhlohb@4ax.com>

Use
Set verify off

"Antoine Tissier" <nospam_at_nospam.net> wrote:

>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

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------

   http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =----- Received on Tue Jul 23 2002 - 11:39:22 CDT

Original text of this message

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