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
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
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
- 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
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
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
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
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.
[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