external password store with perl DBI and CGI

2010-11-11 Thread Howard, Chris
I have a perl CGI script that uses DBI, connects to a 10g database and does some simple stuff. It works. I want to use Oracle Wallet so that my script does not have the text of the username/password wired in. This is on HP-UX and I am using Apache httpd. I have modified the Apache

RE: external password store with perl DBI and CGI

2010-11-11 Thread Howard, Chris
Found! I needed to define $ENV{'HOME'} in my script prior to the DBI connect so that the .sqlnet.ora file could be located Thanks! -Original Message- From: Howard, Chris [mailto:howa...@prpa.org] Sent: Thursday, November 11, 2010 10:15 AM To: dbi-users@perl.org Subject: external