Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Extracting a password from a table.
Henrik,
We had a similar problem on a Unix box... We needed the password, but did not want to hardcode the user/password in all the scripts...
This is what we did to solve the problem.
Worked fine for our application....
While there is a risk that the password is stored "somewhere",
we felt the risk was small, since we tightly controlled
those accounts and groups. Benefit was that script management
was easy because a password change is handled in ONE spot (we
had upwards of 20 scripts). Second bonus, by standardizing
naming of password files, the same script text could be
used to load _TEST, _PROD, _TRAIN, _DEV simply by
controlling a passed parameter to the name of the password file.
Downside, troubleshooting was a little harder, because
one would have to create a password file or copy
a script and hardcode it to test it...all in all, very
livable, we thought.
(Thanks goes to our DBA Aramazd Davidian for this idea...)
Robert Proffitt
Beckman Coulter
(formerly Boeing)
RTProffitt "AT" beckman "DOT" com (change to symbols)
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon Nov 15 1999 - 10:35:32 CST
![]() |
![]() |