RE: Problems with external password store.

2010-04-21 Thread Howard, Chris
do that. 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: >

Re: Problems with external password store.

2010-04-21 Thread John Scoles
12:39 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,

RE: Problems with external password store.

2010-04-21 Thread Howard, Chris
rl.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 time I r

RE: Problems with external password store.

2010-04-21 Thread Howard, Chris
age- > 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 > > > > >

Re: Problems with external password store.

2010-04-20 Thread John Scoles
ssage- 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::OR

RE: Problems with external password store.

2010-04-20 Thread Howard, Chris
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_ty

Re: Problems with external password store.

2010-04-20 Thread John Scoles
g an older 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 th

RE: Problems with external password store.

2010-04-20 Thread Howard, Chris
nal 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

RE: Problems with external password store.

2010-04-20 Thread John Scoles
der 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 som

Re: Problems with external password store.

2010-04-20 Thread Michael Broadwater
Does the perl script work without using the wallet? -Mike From: "Howard, Chris" To: Michael Broadwater ; dbi-users@perl.org Sent: Mon, April 19, 2010 10:04:17 AM Subject: RE: Problems with external password store. TNS_ADMIN is not set in either case.

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" 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-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 t

RE: Problems with external password store.

2010-04-19 Thread Howard, Chris
: dbi-users@perl.org > Sent: Mon, April 19, 2010 9:42:16 AM > Subject: Problems with external password store. > > 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. &

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