Dave -

Put your commands into a script....

philip > more tmp.sql
set term off
connect user/password
select sysdate from dual;
exit
philip > sqlplus -s /nolog @tmp
philip > 

Termout only works on commands run from a script.

HTH

Linda

-----Original Message-----
Sent: Tuesday, May 15, 2001 4:40 PM
To: Multiple recipients of list ORACLE-L


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.


Thanks, Dave Turner
-- 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
And you thought James Bond's watch was cool... http://www.tellme.com
Call 1-800-555-TELL for stocks, sports, news...& much more!
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: David Turner
  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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Seley, Linda
  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