Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sqlplus--how to suppress "Connected."
Try this:
sqlplus -s /nolog 1>/dev/null 2>/dev/null connect / as sysdba
HTH,
Suren
Consultant DBA,
Sony
-----Original Message-----
Sent: Wednesday, June 27, 2001 12:01 PM
To: Multiple recipients of list ORACLE-L
hps1 [DBOP]: sqlplus -s /nolog
set feedback off
connect / as sysdba
Connected.
NEXT !!! :)
> -----Original Message-----
> From: Mark Leith [SMTP:mark_at_cool-tools.co.uk]
> Sent: Wednesday, June 27, 2001 10:21 AM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: Sqlplus--how to suppress "Connected."
>
> 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,
>
> - Kirti Deshpande
> Verizon Information Services
> http://www.superpages.com
>
> > -----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).
-- 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: Tirumala, Surendra INET: Surendra.Tirumala_at_am.sony.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 Wed Jun 27 2001 - 11:43:09 CDT