Re: Perl-Oracle DBI module

2005-09-22 Thread Tim Bunce
On Wed, Sep 21, 2005 at 06:00:48AM -0500, Cliff Nadler wrote: > oerr ora 24322 > 24322, 0, "unable to delete an initialized mutex" > // *Cause: An attempt to delete an initialized mutex failed. > // *Action: Contact customer support. Umm. Even if that's actually what OCIInitialize is complain

Re: Perl-Oracle DBI module

2005-09-21 Thread Cliff Nadler
Yeah. The only real reference in MetaLink is a forum thread where they end up thinking it's a bug in an older release (8.1.5). There's no indication of what Oracle version the original poster is using, so there's no way to tell if that's the problem. On Thu, 2005-09-22 at 00:21 +0100, Tim Bunce wr

RE: Perl-Oracle DBI module

2005-09-21 Thread Fox, Michael
2005 7:19 PM To: Mitchell, Louise M Cc: Trivedi, Dhirendra; dbi-users@perl.org Subject: Re: Perl-Oracle DBI module On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote: > Oracle has some environment variables that are critical, such as > ORACLE_HOME, NLS_LANG, etc. It appear

RE: Perl-Oracle DBI module

2005-09-21 Thread Reidy, Ron
Did you set your Oracle environment as specified in the README files? -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Trivedi, Dhirendra [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 9:07 AM To: dbi-users@perl.org Subject: Perl-Oracle DBI module Hi,

RE: Perl-Oracle DBI module

2005-09-21 Thread Mitchell, Louise M
September 21, 2005 2:19 AM To: Mitchell, Louise M Cc: Trivedi, Dhirendra; dbi-users@perl.org Subject: Re: Perl-Oracle DBI module On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote: > Oracle has some environment variables that are critical, such as > ORACLE_HOME, NLS_LANG,

Re: Perl-Oracle DBI module

2005-09-21 Thread Cliff Nadler
oerr ora 24322 24322, 0, "unable to delete an initialized mutex" // *Cause: An attempt to delete an initialized mutex failed. // *Action: Contact customer support. On Wed, 2005-09-21 at 10:18 +0100, Tim Bunce wrote: > On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote: > > Or

Re: Perl-Oracle DBI module

2005-09-21 Thread Tim Bunce
On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote: > Oracle has some environment variables that are critical, such as > ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the > user that is doing the install. Check with your Oracle DBA if you're > not familiar with

RE: Perl-Oracle DBI module

2005-09-20 Thread Mitchell, Louise M
Oracle has some environment variables that are critical, such as ORACLE_HOME, NLS_LANG, etc. It appears that these are not set for the user that is doing the install. Check with your Oracle DBA if you're not familiar with these. L -Original Message- From: Trivedi, Dhirendra [mailto:[EM

Re: Perl-Oracle DBI module

2005-09-20 Thread Jonathan Leffler
So, which part of the README file did you have difficulty understanding? On 9/20/05, Trivedi, Dhirendra <[EMAIL PROTECTED]> wrote: > > Trying to install Oracle Driver for Perl I get the error message > > UNKNOWN OCI STATUS 24322) OCIInitialize. Check ORACLE_HOME > and NLS settings etc. at t/gene