Re: ANNOUNCE:: DBIx::MyParse 0.20

2005-09-21 Thread Bart Lateur
On Sun, 11 Sep 2005 12:38:07 +0300, Philip Stoev wrote: * Provide the same interface to Postgresql's parser the way it is being done for MySQL, and at that time My in MyParse will no longer stand for MySQL. That sounds like the worst idea for a module name ever. It reminds me of the My Documents

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-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: Oracle

RE: Perl-Oracle DBI module

2005-09-21 Thread Mitchell, Louise M
pnli:irmprod% oerr ora 24322 24322, 0, unable to delete an initialized mutex // *Cause: An attempt to delete an initialized mutex failed. // *Action: Contact customer support. pnli:irmprod% -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: Wednesday, September

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: ANNOUNCE:: DBIx::MyParse 0.20

2005-09-21 Thread CAMPBELL, BRIAN D (BRIAN)
So, Bart, you must also have an opinion about about the Perl syntax for declaring variables, as in: my $dbh = DBI-connect(...); ## :-) -Original Message- From: Bart Lateur [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 2:33 AM To: dbi-users@perl.org Subject: Re:

Re: ANNOUNCE:: DBIx::MyParse 0.20

2005-09-21 Thread Jeff Zucker
Bart Lateur wrote: On Sun, 11 Sep 2005 12:38:07 +0300, Philip Stoev wrote: * Provide the same interface to Postgresql's parser the way it is being done for MySQL, and at that time My in MyParse will no longer stand for MySQL. That sounds like the worst idea for a module name ever.

DBD-Ingres and Makeperl.PL error

2005-09-21 Thread Calanan, Michael
In trying to install the latest DBD-Ingres interfacr (0.51 from http://search.cpan.org/src/HTOUG/DBD-Ingres-0.51/README) I am receiving the error (as root): perl Makefile.PL Configuring DBD::Ingres ... Try 'perl Makefile.PL -v' if you have any problems. Using Ingres in

DBD-DB2 install issue

2005-09-21 Thread Alec Brecher
My DBD-DB2 installation on Fedora Core 3 is failing because it cannot find libdb2.so.1. The Application Dev client is installed and works fine. The DB2_HOME=/home/db2inst1/sqllib I saw some post from Owen Berry on another list regarding this issue. His fix: add

Re: ANNOUNCE:: DBIx::MyParse 0.20

2005-09-21 Thread Darren Duncan
At 10:52 AM -0700 9/21/05, Jeff Zucker wrote: The My in MySQL is the name of the daughter of one of the founders (Monty IIRC) and has nothing to do with the English word my. But don't let me interrupt your rant :-). Well, you learn interesting new trivia each day; I can use that one;

RE: Perl-Oracle DBI module

2005-09-21 Thread Fox, Michael
On Oracle 8.1.7 oerr ORA 24322 24322, 0, unable to delete an initialized mutex // *Cause: An attempt to delete an initialized mutex failed. // *Action: Contact customer support. -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: Wednesday, 21 September 2005 7:19 PM

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