RE: Problems with external password store.

2010-04-21 Thread Howard, Chris
...@pythian.com] Sent: Tuesday, April 20, 2010 8:38 AM To: Howard, Chris Cc: John Scoles; dbi-users@perl.org Subject: Re: Problems with external password store. Yes you can find out with ORA_OCI use DBD::Oracle qw(:ora_types); print DBD::Oracle::ORA_OCI I think

RE: Problems with external password store.

2010-04-21 Thread Howard, Chris
. -Original Message- From: John Scoles [mailto:sco...@pythian.com] Sent: Tuesday, April 20, 2010 8:38 AM To: Howard, Chris Cc: John Scoles; dbi-users@perl.org Subject: Re: Problems with external password store. Yes you can find out with ORA_OCI use DBD::Oracle qw

Re: Problems with external password store.

2010-04-21 Thread John Scoles
PM To: John Scoles Cc: John Scoles; dbi-users@perl.org Subject: RE: Problems with external password store. I am rebuilding my DBD installation on server A (the one where Oracle Wallet didn't work) I set my environment for oracle 10g, then did the install again. I have wallet working, but every

RE: Problems with external password store.

2010-04-21 Thread Howard, Chris
-Original Message- From: John Scoles [mailto:sco...@pythian.com] Sent: Wednesday, April 21, 2010 12:59 PM To: Howard, Chris Cc: John Scoles; dbi-users@perl.org Subject: Re: Problems with external password store. Howard, Chris wrote: Can you send the error message just for fun

Re: Problems with external password store.

2010-04-20 Thread Michael Broadwater
Howard, Please confirm that your TNS_ADMIN variable is set to the correct location in the perl script. Thanks -Mike From: Howard, Chris howa...@prpa.org To: dbi-users@perl.org Sent: Mon, April 19, 2010 9:42:16 AM Subject: Problems with external password store

RE: Problems with external password store.

2010-04-20 Thread John Scoles
client. Do you know which Oracle client you are using?? Cheers John Scoles Subject: Problems with external password store. Date: Mon, 19 Apr 2010 10:42:16 -0600 From: howa...@prpa.org To: dbi-users@perl.org I have two database servers, there are some differences between the way

RE: Problems with external password store.

2010-04-20 Thread Howard, Chris
Message- From: John Scoles [mailto:byter...@hotmail.com] Sent: Tuesday, April 20, 2010 6:51 AM To: Howard, Chris; dbi-users@perl.org Subject: RE: Problems with external password store. If you are trying to connect to both at the same time using two different wallets I am afraid you are out

Re: Problems with external password store.

2010-04-20 Thread John Scoles
Oracle client. Do you know which Oracle client you are using?? Cheers John Scoles Subject: Problems with external password store. Date: Mon, 19 Apr 2010 10:42:16 -0600 From: howa...@prpa.org To: dbi-users@perl.org I have two database servers, there are some differences between the way

RE: Problems with external password store.

2010-04-20 Thread Howard, Chris
:38 AM To: Howard, Chris Cc: John Scoles; dbi-users@perl.org Subject: Re: Problems with external password store. Yes you can find out with ORA_OCI use DBD::Oracle qw(:ora_types); print DBD::Oracle::ORA_OCI I think will work Cheers John Only one wallet

Re: Problems with external password store.

2010-04-20 Thread John Scoles
- From: John Scoles [mailto:sco...@pythian.com] Sent: Tuesday, April 20, 2010 8:38 AM To: Howard, Chris Cc: John Scoles; dbi-users@perl.org Subject: Re: Problems with external password store. Yes you can find out with ORA_OCI use DBD::Oracle qw(:ora_types); print DBD::Oracle::ORA_OCI

Problems with external password store.

2010-04-19 Thread Howard, Chris
I have two database servers, there are some differences between the way that perl dbd/dbi is installed on these machines, but both are running HP-UX and Oracle 10g. I am trying to use external password store (oracle wallet) to change scripts with embedded login information to be more secure. On

RE: Problems with external password store.

2010-04-19 Thread Howard, Chris
password store. Howard, Please confirm that your TNS_ADMIN variable is set to the correct location in the perl script. Thanks -Mike From: Howard, Chris howa...@prpa.org To: dbi-users@perl.org Sent: Mon, April 19, 2010 9:42:16 AM Subject: Problems

RE: Problems with external password store.

2010-04-19 Thread Howard, Chris
Yes. -Original Message- From: Michael Broadwater [mailto:mbroad...@yahoo.com] Sent: Monday, April 19, 2010 11:43 AM To: Howard, Chris; dbi-users@perl.org Subject: Re: Problems with external password store. Does the perl script work without using the wallet? -Mike