----- Forwarded message from Alexander Knack <[EMAIL PROTECTED]> -----

Date: Wed, 6 Jun 2001 19:19:50 +0200
From: Alexander Knack <[EMAIL PROTECTED]>
To: Tim Bunce <[EMAIL PROTECTED]>
Subject: DBD::Oracle: two-task internal error
User-Agent: Mutt/1.2.2i
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Fri, Mar 30, 
2001 at 04:43:22PM +0100

Hallo Tim,

i have some DBD::Oracle errormessage, i cant' figure out what it could
mean:
DBD::Oracle::st execute failed: ORA-03124: two-task internal error (DBD ERROR: 
OCIStmtExecute) at export_from_mysql.pl line 188.
ORA-03124: two-task internal error (DBD ERROR: OCIStmtExecute) at export_from_mysql.pl 
line 188.


i'm doing some 
$sth = $dbh->prepare ("insert into table(a,b,c) values (?,?,?)");
$sth->execute (1,2,3);

unfortunately the table has 63 columns and the prepare and 
execute statements don't look nice.
i'm importing the data for the inserts from an other database (mysql)
and for the most values the insert works. so i don't know
where to start searching for invalid input.


do you have any idea?

thanks in advance.

-- 
+--------------------------------------------------------------------+
| Alexander Knack  ........Entropie erfordert keine Wartung .........|
|  dasburo.de      ..................................................| 
|  Schlesische Str. 27 10997 Berlin Tel/Fax: +49 30 611 281 33/38    | 
+--------------------------------------------------------------------+

----- End forwarded message -----

Reply via email to