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

Re: database password

From: joel garry <joel-garry_at_home.com>
Date: 16 May 2007 16:29:25 -0700
Message-ID: <1179358165.448086.41630@q75g2000hsh.googlegroups.com>


On May 16, 8:31 am, me <ma8..._at_gmail.com> wrote:
> hi,
>
> i have hundereds of scripts with 'sqlplus user/pass_at_database' and i
> need to find a way to prevent online users seeing the password ( ps -
> ef | grep sqlplus ).
>
> changing scripts is not possible and all scripts run in a scheduler
> with secure Unix user.
>
> i am tempted to create an alias for sqlplus but i would like to hear
> about alternatives.
>
> thanks
> Michael

Sure you can't sed all the scripts to
sqlplus
'
user/pass_at_database'
(all on one line, of course)?

Well, I suppose you could do that with the alias. Don't you need a way to change the passwords periodically anyways?

jg

--
@home.com is bogus.
Notorious.  http://www.signonsandiego.com/uniontrib/20070516/news_1b16tyco.html
Received on Wed May 16 2007 - 18:29:25 CDT

Original text of this message

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