RE: Sqlplus--how to suppress Connected.

2001-06-27 Thread Deshpande, Kirti
: 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

RE: Sqlplus--how to suppress Connected.

2001-06-27 Thread Mark Leith
://www.superpages.com -Original Message- From: Khedr, Waleed [SMTP:[EMAIL PROTECTED]] 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

FW: Sqlplus--how to suppress Connected.

2001-06-27 Thread Mark Leith
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

RE: Sqlplus--how to suppress Connected.

2001-06-27 Thread Deshpande, Kirti
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

RE: Sqlplus--how to suppress Connected.

2001-06-27 Thread Tirumala, Surendra
Services http://www.superpages.com -Original Message- From: Khedr, Waleed [SMTP:[EMAIL PROTECTED]] 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

Re: Sqlplus--how to suppress Connected.

2001-06-27 Thread Vladimir Begun
On Jun 27, 2001 at 08:01:03AM, Deshpande, Kirti wrote: hps1 [DBOP]: sqlplus -s /nolog set feedback off connect / as sysdba Connected. NEXT !!! :) [0][box:pts006][~](8) sqlplus -S /NOLOG @dummy Emulating... SLOGAN --- I'm doing something usefull

RE: Sqlplus--how to suppress Connected.

2001-06-27 Thread Deshpande, Kirti
Thanks for the example. Case closed :) - Kirti -Original Message- From: Vladimir Begun [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 11:47 AM To: Multiple recipients of list ORACLE-L Subject: Re: Sqlplus--how to suppress Connected. On Jun 27, 2001 at 08:01

Sqlplus--how to suppress Connected.

2001-06-26 Thread Walter K
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

RE: Sqlplus--how to suppress Connected.

2001-06-26 Thread Khedr, Waleed
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