Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to remove & stuffs
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
![]() |
![]() |