Re: DBD::Oracle - Problem selecting xml column

2009-06-08 Thread Martin Evans
John Scoles wrote: I have been playing with this as of late and the Short answer is no with a but; and the Long answer is yes with a maybe. Right now with OCI (and hence DBD::Oracle as that is what is it written in) it is not possiable to directly select a xmltype. you have one of two

Re: DBI connect consistently fails from one httpd worker

2009-06-08 Thread Tim Heath
Yes indeed, Tim, ora_envhp = 0 fixed the problem. Many thanks! Tim Tim Bunce wrote: Try passing ora_envhp = 0 in the connect() attributes. If that fixes it then the bug is probably that dbd::oracle should not use a cached environment handle if it's not usable. (and

Re: make test fails on DBD::Oracle - t/26exe_array fail

2009-06-08 Thread Martin J. Evans
John Scoles wrote: I think there is a bug in 11g EE that is causing 026exe_array to fail on test #2 I have reported it to Oracle but they are quite on the matter. Chalk me down for that problem too on our shiny new Oracle 11G with DBD::Oracle 1.23 (10G client end): [martin DBD-Oracle-1.23]$

Re: DBD-Oracle 1.23 reports ORA-24334 in t/58object.t

2009-06-08 Thread Charles Jardine
On 05/06/09 06:31, Peter Jeremy wrote: I am trying to install DBD-Oracle 1.23 with Oracle 10.1.4 on Solaris 10 using the standard (Sun-supplied) perl. In order to make it build, I need to edit mk.pm and Makefile, replacing '-xarch=v9' with '-xarch=native' and changing

RE: DBD-Oracle 1.23 reports ORA-24334 in t/58object.t

2009-06-08 Thread Martin Gainty
Good Afternoon Charles and Jeremy Are there any potential side-effects for turning off signal-processing? i am wondering what the implications might be for turning off signal events to Processors for multi-process configurations?

Re: DBI connect consistently fails from one httpd worker

2009-06-08 Thread Tim Bunce
You're welcome. In return, please file a bug report at http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Oracle Tim. On Mon, Jun 08, 2009 at 08:16:40AM -0500, Tim Heath wrote: Yes indeed, Tim, ora_envhp = 0 fixed the problem. Many thanks! Tim Tim Bunce wrote: Try

Error installing DBI Module for Perl 5.10

2009-06-08 Thread Cristian Aranda
Hello, I keep getting the following error when installing DBI Module (1.38) on Perl 5.10: install_driver(ODBC) failed: Can't locate loadable object for module DBD::ODBC i n @INC (@INC contains: C:/Progra~1/Perl510/site/lib C:/Progra~1/Perl510/lib .) Can anyone suggest any help with this?