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: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 10 May 2005 08:05:08 -0700
Message-ID: <1115737508.025862.264570@o13g2000cwo.googlegroups.com>

Tom76 wrote:
> 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.

Not sure if you want to

1) Run sqlplus unattended
2) Run sqlplus interactively
3) Or something in between

For 1) follow Connor's examples.
For 2) then simply,
sqlplus username OR sqlplus username_at_database you will be prompted for (masked) password. For 3) Either provide more detail as to what exactly you want to do or you are on your own.

Regards
/Rauf Received on Tue May 10 2005 - 10:05:08 CDT

Original text of this message

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