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

RE: Problems with external password store.

2010-04-20 Thread John Scoles
If you are trying to connect to both at the same time using two different wallets I am afraid you are out of luck. Seems once a SQLNET.ORA file is read it is 'READ' and cannot be reloaded so only one wallet can be used at a time. It will take the first valid one it finds and use that.

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
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 of luck. Seems once a SQLNET.ORA file is read it is 'READ' and cannot be reloaded so only one wallet can be used at a time. It will take the first valid one

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

RE: Problems with external password store.

2010-04-19 Thread Howard, Chris
TNS_ADMIN is not set in either case. that's an alternative to the local $HOME/.sqlnet.ora file? -Original Message- From: Michael Broadwater [mailto:mbroad...@yahoo.com] Sent: Monday, April 19, 2010 10:57 AM To: Howard, Chris; dbi-users@perl.org Subject: Re: Problems with external

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