Re: Help me - DBD for Oracle 9

2003-11-28 Thread Michael A Chase
On Fri, 28 Nov 2003 14:21:26 -0300 (ART) Daniel Massari <[EMAIL PROTECTED]> wrote: > does anybody knows if the last version of the DBD::Oracle access the > DB Oracle 9 or not? I have Oracle 9 running here and I need to do a > bridge to other system using Perl. DBD::Oracle will build against Oracl

DBD::Pg + SSL on Mac OS 10.3, undefined symbols

2003-11-28 Thread Randall Perry
I rolled my own PgSQL 7.4 with SSL against fink's latest build: ./configure --mandir=/usr/local/share/man/ --enable-recode --with-CXX --enable-odbc --with-perl --with-pam --with-rendevous --enable-syslog --enable-unicode-conversion --enable-multibyte --with-openssl=/sw It builds fine. My problem

Re: DBD::Pg for PostreSQL 7.4?

2003-11-28 Thread Randall Perry
Oh, didn't notice that it was asking for major and minor version #s. Got it. It worked. Now, on to the next issue... Thanks > On Fri, 28 Nov 2003 09:14:11 -0500 > Randall Perry <[EMAIL PROTECTED]> wrote: > >>> Randall, >>> >>> The major version is 7, the minor version is 4. >>> >>> I've got

Memory leak in DBD::Oracle 1.14 ... ?

2003-11-28 Thread Mike Hedlund
I've attached a little script which replicates the problem on my machine as well as the build session log for DBD::Oracle 1.14. I've tested it using DBI 1.38 and DBI 1.28 with both DBD::Oracle 1.12 and 1.14. Regardless of the DBI version, DBD::Oracle 1.14 leaks on my system and DBD::Oracle 1.12

Re: DBD::Pg for PostreSQL 7.4?

2003-11-28 Thread Randall Perry
BTW, DBD::Pg 1.22 doesn't have this problem; config works fine. > Just installed PgSQL 7.4 and tried to configure DBD::Pg. Get the error: > Configuring Pg > Remember to actually read the README file! > Enter a valid PostgreSQL major version number 7.4 > Invalid value: '7.4' > > Doing thi

Help me - DBD for Oracle 9

2003-11-28 Thread Daniel Massari
Hi there, does anybody knows if the last version of the DBD::Oracle access the DB Oracle 9 or not? I have Oracle 9 running here and I need to do a bridge to other system using Perl. If not, how could I access this version of DB? Who knows? Ps: There is no possibility to downgrade the DB. Thanks

bug in quote_identifier in DBD::Pg-1.31

2003-11-28 Thread Jason E. Stewart
Hi, If I call quote_identifier('foo') in 1.22 it returns "foo". If I make the same call in 1.31 it returns \"foo\" which is causing DB errors in every SQL statement that uses it in Pg-7.3.4. Cheers, jas.

Announce: DBI 1.39

2003-11-28 Thread Tim Bunce
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.39.tar.gz size: 301567 bytes md5: 6d543c9f06d9d940dfe3aec1c4b6841d =head2 Changes in DBI 1.39,27th November 2003 Fixed STORE to not clear error during nested DBI call, again/better, thanks to Tony Bowden for the report and helpful test case.

Re: DBD::Pg for PostreSQL 7.4?

2003-11-28 Thread Randall Perry
> Randall, > > The major version is 7, the minor version is 4. > > I've got it working here with 7.4 with no problems. You may want to make > sure that you have the latest version of the DBD::Pg though. > > GB > I'm using 1.31, compiled with gcc 3.3. So maybe the problem is with Mac OS 10.3. I

Re: Stored procs that returns resultsets to perl

2003-11-28 Thread Martin Busik
Hi, > I actually mean results sets, multiple rows returned. > I have had problems with the exact syntax against > ms sql server all the time, and was worried it is not possible to do it. > I was able to find more references to Oracle by googling etc but thay > syntax didn't seem to work for me as

Re: DBD::Oracle / ORACLE_HOME="/app/local/oracle/product/9.2.0" / Solaris-2.8 / ...

2003-11-28 Thread Tim Bunce
On Thu, Nov 27, 2003 at 05:05:48AM -0800, Michael A Chase wrote: > On Thu, 27 Nov 2003 12:46:36 - Andy Crichton > <[EMAIL PROTECTED]> wrote: > > > This is caused by trying to link 32bit perl with 64bit oracle > > libraries (which live in $ORACLE_HOME/lib). What happens if you > > specify $ORAC

ELFCLASS64 error

2003-11-28 Thread Christian Merz
Hi all, you get ld: fatal: file /oracle/P14/920_64/lib//libclntsh.so: wrong ELF class: ELFCLASS64 ld: fatal: File processing errors. No output written to blib/arch/auto/DBD/Oracle/Oracle.so when you try to install DBD::Oracle (32bit Perl) on a 64bit Oracle. This was discussed erlier. Our system g