Doesn't work on 7.3.4...

sqlplus -s /nolog
set feedback off
set term off
set echo off
connect xxxxx/*********
Connected.

However if you have an externally identified user and do a:

sqlplus -s /
select * from v$database;

NAME      CREATED              LOG_MODE     CHECKPOINT_CHANGE#
ARCHIVE_CHANGE#
--------- -------------------- ------------ ------------------
---------------
XXXXXX    03/29/01 15:35:01    NOARCHIVELOG         4.2975E+12
4.2975E+12


You don't get the "connected" message.

Scott Shafer
San Antonio, TX
210-581-6217

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, May 16, 2001 9:16 AM
> To:   Multiple recipients of list ORACLE-L
> Subject:      Re:set term off
> 
> set feedback off
> 
> ____________________Reply Separator____________________
> Author: David Turner <[EMAIL PROTECTED]>
> Date:       5/15/2001 2:40 PM
> 
> Anyone had any problems with setting term off? I'm running 8.1.7 and I go
> to do this
> 
> sqlplus -s /nolog
> set term off
> conn username/passwd
> Connected.
> 
> Any idea how I can get rid of the "Connected." message? I will be putting
> this
> in a script so I can tail it to get rid of the string "Connected." but
> this
> is basic stuff.
> 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to