Re: How to suppress Oracle old,new messages in SQLPLUS ?

From: astalavista <nobody_at_nowhere.com>
Date: Sun, 3 Feb 2008 11:04:59 +0100
Message-ID: <47a591c6$0$22136$426a74cc@news.free.fr>


>
> I have the following:
>
> shell script A.sh
> --------------------------
> nohup ./B.sh $ts $locate $5 $7 $3 $4 $9 &
>
>
>
> shell script B.sh
> ------------------------
>
> :
> :
> while 1
> sqlplus -s $5/$6@$7 @c.sql $3 >> fc1
> end
>
>
> When I tail -f fc1, I get
>
> old 1: select count(*) from v$session a where a.username='&1' and
> a.status='AC
> TIVE'
> new 1: select count(*) from v$session a where a.username='test' and
> a.status='ACTIVE'
>
> 0
>
> I just want to see 0 appended to fc1 file.
>

Try : SET VERIFY OFF Received on Sun Feb 03 2008 - 04:04:59 CST

Original text of this message