Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> FW: Sqlplus--how to suppress "Connected."
Bahhhh, forget I said this - case of fingers kicking in before the brain I'm afraid:)
-----Original Message-----
Sent: Wednesday, June 27, 2001 03:16
To: ORACLE-L_at_fatcity.com
Could you not just :
SET FEEDBACK OFF
CONNECT / AS SYSDBA
??
-----Original Message-----
Kirti
Sent: Wednesday, June 27, 2001 02:21
To: Multiple recipients of list ORACLE-L
Care to share a working example?
Thanks,
> -----Original Message-----
> From: Khedr, Waleed [SMTP:Waleed.Khedr_at_FMR.COM]
> Sent: Tuesday, June 26, 2001 7:07 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: Sqlplus--how to suppress "Connected."
>
> 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
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deshpande, Kirti INET: kirti.deshpande_at_verizon.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: Mark Leith INET: mark_at_cool-tools.co.uk 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 Jun 27 2001 - 10:33:02 CDT