Problem with DBI and DBD::Oracle

2006-09-13 Thread ThomasWerges
I'm attempting to connect to an Oracle (9.0.1) database and have an Oracle9 client installed on a Windows XP machine. I installed ActivePerl 5.8.8 (build 819) which came with DBI 1.5.2 pre-installed. Then I used the perl package manager to install DBD::Oracle 1.1.7. The installations complet

Re: Memory access problem with DBI or DBD-Mysql?

2006-09-13 Thread Federico Giannici
Patrick Galbraith wrote: Sam Smith wrote: Sam, Thanks for the trace. I need to talk to someone about getting an OpenBSD box to test out potential solutions. I'm available to test a prerelease version of the DBD driver. Bye. -- ___ __

Re: Memory access problem with DBI or DBD-Mysql?

2006-09-13 Thread Federico Giannici
Patrick Galbraith wrote: Federico Giannici wrote: Federico, Hmm One of the problems I had is that I didn't have a Open BSD box to test this out. Perhaps your second suggestion might be a solution to pursue. I would prefer that the argument to mysql_st_internal_execute take one type of ar

Re: Memory access problem with DBI or DBD-Mysql?

2006-09-13 Thread Patrick Galbraith
Sam Smith wrote: Sam, Thanks for the trace. I need to talk to someone about getting an OpenBSD box to test out potential solutions. Regards, Patrick On Mon, 11 Sep 2006, Federico Giannici wrote: I have seen that version 3.0007 has been released and it (should) have fixed that bug. I'm

Re: Memory access problem with DBI or DBD-Mysql?

2006-09-13 Thread Patrick Galbraith
Federico Giannici wrote: Federico, Hmm One of the problems I had is that I didn't have a Open BSD box to test this out. Perhaps your second suggestion might be a solution to pursue. I would prefer that the argument to mysql_st_internal_execute take one type of argument. BTW - how does i

Re: Fwd: [perl #40331] Installation of DBD 1.18

2006-09-13 Thread Karl Auer
I had exactly this problem seen below. The cause was lack of permissions. The user you are accessing your database as (by default it will be scott/tiger) must have read permissions on the system tables like v$session. The rest are warnings and don't seem to matter. Regards, K. On Wed, 2006-09-13

Re: [perl #40331] Installation of DBD 1.18

2006-09-13 Thread John Scoles
I take it the Maketest result is from DBD::Oracle 1.18 If this is the case then 1) the error in t/26exe_array is expected (it is testing how errors are handled) is it is not an erro 2) the error in t/31lob is cause when the user does not have permission/space or whatever to create a lob cache.

Fwd: [perl #40331] Installation of DBD 1.18

2006-09-13 Thread Adriano Ferreira
-- Forwarded message -- From: Juan Carlos GarcĂ­a via RT <[EMAIL PROTECTED]> Date: Sep 13, 2006 4:47 AM Subject: [perl #40331] Installation of DBD 1.18 To: "of perl Ticket #40331\"" <"AdminCc> http://rt.perl.org/rt3/Ticket/Display.html?id=40331 > Hi. I'm triying to install the la