Re: supress connected message
From: Noel <tbal_at_go2.pll-l>
Date: Mon, 19 Sep 2005 11:40:14 +0200
Message-ID: <dgm157$ap7$1_at_inews.gazeta.pl>
Date: Mon, 19 Sep 2005 11:40:14 +0200
Message-ID: <dgm157$ap7$1_at_inews.gazeta.pl>
Użytkownik alsemgeest_at_it4us.nl napisał:
> Hi,
>
> I'd like to supress the "Connected." message after connecting to a db.
> This is because I use a script like:
>
> spool myoutput.txt
> connect scott_at_mydb1/tiger
> select instance_name, version from v$instance;
> connect scott_at_mydb2/tiger
> select instance_name, version from v$instance;
> connect scott_at_mydb3/tiger
> select instance_name, version from v$instance;
> spool off
>
> I don't want the lines 'Connected.' in between my output.
>
> How to accomplish this? Thanks for any help.
>
You could try SET TERMOUT OFF after spool command.
-- NoelReceived on Mon Sep 19 2005 - 11:40:14 CEST