Error - DBD::Oracle / ORA-1008 problem with placeholders

2008-04-28 Thread pmonschein
Hello all, I encouter an error with DBD::Oracle and Oracle instances 10g that I dont understand : DBD::Oracle::st execute failed: ORA-01008: not all variables bound (DBD ERROR: OCIStmtExecute) This script works fine with Oracle 9i. I compiled DBD::Oracle (1.19) based on Oracle 9i (on Sun-Solar

Re: aborted connections wierdness...

2008-04-28 Thread Rudolf Lippan
On Mon, 28 Apr 2008 14:51:24 -0400, Patrick Galbraith <[EMAIL PROTECTED]> wrote: > Hi all, > > I've configured many a server in my life, but have this odd issue lately: > > 080428 14:45:47 [Warning] Aborted connection 3185826 to db: '' user: > 'x' host: 'dbserverxxx' (Got an error readi

Re: Problems with bind variables with DBD::Oracle 1.21 on Leopard (MacOSX 10.5.2)

2008-04-28 Thread scoles
This was reported just a few days ago on rt cpan http://rt.cpan.org/Public/Bug/Display.html?id=35353 I fixed it and checked it in. It will be in release 1.22 of DBD::Oracle cheers John Scoles > With Oracle having finally come out with native Intel drivers for > MacOS, I tried to install these t

(Fwd) DBI on AIX

2008-04-28 Thread Tim Bunce
- Forwarded message from János <[EMAIL PROTECTED]> - To: [EMAIL PROTECTED] From: János <[EMAIL PROTECTED]> Subject: DBI on AIX Date: Mon, 28 Apr 2008 13:06:37 -0400 X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) Tim, I want to run the test bench for mysql and that requires

Re: aborted connections wierdness...

2008-04-28 Thread Patrick Galbraith
Rudolf Lippan wrote: On Mon, 28 Apr 2008 14:51:24 -0400, Patrick Galbraith <[EMAIL PROTECTED]> wrote: Hi all, I've configured many a server in my life, but have this odd issue lately: 080428 14:45:47 [Warning] Aborted connection 3185826 to db: '' user: 'x' host: 'dbserverxxx' (Got

Re: DBD-ODBC and DBI 1.21

2008-04-28 Thread jbeadles
On Apr 26, 3:19 am, [EMAIL PROTECTED] (Bart Lateur) wrote: > On Fri, 25 Apr 2008 07:48:35 -0700 (PDT), jbeadles wrote: > >This upgrade is requiring me to reload DBI and DBD-ODBC. The issue is > >that the DBD-ODBC install fails because it requires DBI 1.21. Googling > >everything I can find over the

Problems with bind variables with DBD::Oracle 1.21 on Leopard (MacOSX 10.5.2)

2008-04-28 Thread Matthew Ragan
With Oracle having finally come out with native Intel drivers for MacOS, I tried to install these to get rid of having to use a Rosetta- ized version of perl to run Oracle things through, but kept running into a problem where sometimes bind variables would work, and sometimes I would get thi

aborted connections wierdness...

2008-04-28 Thread Patrick Galbraith
Hi all, I've configured many a server in my life, but have this odd issue lately: 080428 14:45:47 [Warning] Aborted connection 3185826 to db: '' user: 'x' host: 'dbserverxxx' (Got an error reading communication packets) This is pretty much stock mod_perl setup, even using Apache::DBI.

Re: problem with DBD::ODBC and placeholders [SEC=UNCLASSIFIED]

2008-04-28 Thread Martin Evans
[EMAIL PROTECTED] wrote: Hello I having trouble using placeholders (named and numerical), using DBD::ODBC connecting to Teradata. I cant easily use ordinary '?', as I refer to the same placeholder several times in the SQL. For example, this is the statement I prepare (a contrived example): I