Downside to ora_envhp=>0 to fix OCIHandleAlloc(OCI_HTYPE_ERROR) problem

2011-01-25 Thread William Ward gmail
In regards to this thread: http://www.mail-archive.com/dbi-users@perl.org/msg32115.html (found via google) I'm having the same problem at $JOB and before we throw ora_envhp=>0 into our connect attribute, we were wondering if this will cause performance issues? Is there a downside to ora_envhp tha

Re: When might DBI v2 be released

2011-01-25 Thread John Scoles
On 25/01/2011 10:40 AM, Jonathan Leffler wrote: On Tue, Jan 25, 2011 at 07:28, John Scoles > wrote: On 25/01/2011 10:25 AM, Jonathan Leffler wrote: Please change the subject line to match the content of the question! (Old subject: "DBI

Re: When might DBI v2 be released

2011-01-25 Thread Jonathan Leffler
On Tue, Jan 25, 2011 at 07:28, John Scoles wrote: > On 25/01/2011 10:25 AM, Jonathan Leffler wrote: > >> Please change the subject line to match the content of the question! >> (Old subject: "DBI 1.611 + DBD::mysql 4.016 = segfaults on Ubuntu 10.10 >> amd64 ?" >> >> On Tue, Jan 25, 2011 at 06:54

Re: When might DBI v2 be released

2011-01-25 Thread John Scoles
On 25/01/2011 10:25 AM, Jonathan Leffler wrote: Please change the subject line to match the content of the question! (Old subject: "DBI 1.611 + DBD::mysql 4.016 = segfaults on Ubuntu 10.10 amd64 ?" On Tue, Jan 25, 2011 at 06:54, Tony Espositowrote: Hello Tim, Just curious, Tim, when is DBI

Re: When might DBI v2 be released

2011-01-25 Thread Jonathan Leffler
Please change the subject line to match the content of the question! (Old subject: "DBI 1.611 + DBD::mysql 4.016 = segfaults on Ubuntu 10.10 amd64 ?" On Tue, Jan 25, 2011 at 06:54, Tony Esposito wrote: > Hello Tim, > Just curious, Tim, when is DBI 2.0 to be released? Thanks for all your > hard

Re: DBI 1.611 + DBD::mysql 4.016 = segfaults on Ubuntu 10.10 amd64 ?

2011-01-25 Thread Tony Esposito
Hello Tim,   Just curious, Tim, when is DBI 2.0 to be released?  Thanks for all your hard work, by the way.  DBI->great_stuff()! Tony Cheers! From: Tim Bunce To: Cosimo Streppone Cc: dbi-users@perl.org Sent: Mon, 24 January, 2011 5:31:31 Subject: Re: DBI 1.61

Réf. : Re: Réf. : Re: compile dbi in aix with gcc

2011-01-25 Thread yves . guerin
Dear, >Its usually a pain to get things to compile cleanly on AIX. Yes, very hard, a nightmare. I finally got some success: - perl-5.12.3 with thread is compiled: OK - DBI-1.616 compiled: OK - DBI::mysql-4.018 compiled but fail one test. I will look to the cpan testers site, but I am not able to

Re: Réf. : Re: compile dbi in aix with gcc

2011-01-25 Thread ericbambach1
Anecdotally we have used DBI versions 1.5.1 on AIX 5.3 with perl 5.8.8 and DBI 1.6.1.5 on AIX 6.1 with perl 5.12.2. All were (read: had to be) compiled with gcc so I know its possible. We're also using DBD::Oracle and DBD::Mysql as well with both of those combinations successfully. Its usually

Re: Réf. : Re: compile dbi in aix with gcc

2011-01-25 Thread Tim Bunce
On Mon, Jan 24, 2011 at 02:35:17PM -0500, yves.gue...@muhc.mcgill.ca wrote: > Dear Jonathan, > > Thank you for your help. > > I grab the last perl: 5.12.3 > compiled it without thread: ok > > compiled: > ExtUtils-MakeMaker-6.56 = ok > Text-SimpleTable-2.03 = ok > DBI-1.616 = ok, make test is ok,