supress connected message

From: <alsemgeest_at_it4us.nl>
Date: 19 Sep 2005 00:59:33 -0700
Message-ID: <1127116773.032569.19350_at_g43g2000cwa.googlegroups.com>



Hi,

[Quoted] 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. Received on Mon Sep 19 2005 - 09:59:33 CEST

Original text of this message