Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: set term off
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!
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: ListGuru_at_fatcity.com (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).
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: ListGuru_at_fatcity.com (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). Received on Wed May 16 2001 - 10:45:04 CDT