Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sqlplus--how to suppress "Connected."

RE: Sqlplus--how to suppress "Connected."

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Tue, 26 Jun 2001 15:56:13 -0700
Message-ID: <F001.00339438.20010626160641@fatcity.com>

make your first line: / AS SYSDBA
and call the script as: sqlplus -S @script_name

Regards,

Waleed

-----Original Message-----

Sent: Tuesday, June 26, 2001 7:26 PM
To: Multiple recipients of list ORACLE-L

Hi,

I am calling a SQL script from a Unix Korn shell script and I can't seem to prevent SQL*Plus from responding with the text "Connected." when my script logs into the database.

I am calling the script using:

   sqlplus -S /NOLOG @script_name

The first line of script_name.sql contains the text "CONNECT / AS SYSDBA". Any suggestions?

Thanks again!
-w



Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Walter K
  INET: alden14004_at_yahoo.com
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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.COM
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 Tue Jun 26 2001 - 17:56:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US