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: mask password

Re: mask password

From: Matthias Hoys <idmwarpzone_NOSPAM__at_yahoo.com>
Date: Tue, 10 May 2005 16:37:08 +0200
Message-ID: <4280c714$0$12678$ba620e4c@news.skynet.be>

"Tom76" <rbhuma_at_ford.com> wrote in message news:1115734369.377734.228400_at_f14g2000cwb.googlegroups.com...
> is there a way of doing just this:
> echo $PASS |sqlplus userid
> then remain logged in to sqlplus.
>
> i do not want to run any batch program along with that command.
>

Why not do :
sqlplus /nolog
connect username/password
select ...
disconnect
exit Received on Tue May 10 2005 - 09:37:08 CDT

Original text of this message

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