hmadhi has asked for the wisdom of the Perl Monks concerning the following question:
I need to connect to an Oracle Database, but I am not allowed to hard code the username/password into my perl script. This is for security reasons. What are my alternatives?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBD::Oracle Connecting to a database without hard coding username/password
by roboticus (Chancellor) on Oct 11, 2011 at 00:34 UTC | |
|
Re: DBD::Oracle Connecting to a database without hard coding username/password
by BrowserUk (Patriarch) on Oct 11, 2011 at 00:54 UTC | |
|
Re: DBD::Oracle Connecting to a database without hard coding username/password
by Anonymous Monk on Oct 11, 2011 at 01:04 UTC | |
by theleftsock (Beadle) on Nov 20, 2012 at 14:34 UTC |