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?
In reply to DBD::Oracle Connecting to a database without hard coding username/password by hmadhi