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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus - Hide "Connected" response to Connect

Re: SQL*Plus - Hide "Connected" response to Connect

From: Hans Forbrich <forbrich_at_yahoo.net>
Date: Tue, 10 Aug 2004 03:17:33 GMT
Message-ID: <h7XRc.75000$T_6.45254@edtnps89>


Anurag Varma wrote:

> or maybe you can just grep the "connected" out ...
> something like this:
>
> print "
> connect user/pass
> @sqlscript
> exit;
> " | sqlplus -s /nolog | egrep -v '^Connected.$' > output.file
>

You assume he's on a real OS. What's the WIndows equiv? ;-) /H Received on Mon Aug 09 2004 - 22:17:33 CDT

Original text of this message

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