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

Home -> Community -> Usenet -> c.d.o.server -> Re: Connect without output

Re: Connect without output

From: Radoulov, Dimitre <_at_>
Date: Wed, 18 Oct 2006 18:00:13 +0200
Message-ID: <45364f8c$0$49205$14726298@news.sunsite.dk>


> In sqlplus, when I did connect aaa/bb_at_ccc
> I get the message "connected"
> How to suppress this message ?

With the -S (silent mode) option:

$ sqlplus -S /nolog
connect / as sysdba
select sysdate from dual;

SYSDATE



18-OCT-06 exit
$

But it also suppresses the display of
the SQL*Plus banner, prompts,
and echoing of commands.

Regards
Dimitre Received on Wed Oct 18 2006 - 11:00:13 CDT

Original text of this message

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