| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus - Hide "Connected" response to Connect
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
|  |  |