Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-03124: two-task internal error - any thoughts?

RE: ORA-03124: two-task internal error - any thoughts?

From: Alvaro Jose Fernandez <alvaro.fernandez_at_sivsa.com>
Date: Thu, 20 Sep 2007 21:19:28 +0200
Message-ID: <607D6181D9919041BE792D70EF2AEC48242F6A@LIMENS.sivsa.int>


Hi,

When you manually run the update, which value exactly are you using for ACOL? I'm seeing that the passed bind length for ACOL (bind #0, siz=4000) would be some reason for the crash . Are you using OCI/ODBC/????  

Hey all,

I'll apologize up front for not be able to provide a lot of details but I'm hitting the following error:

ORA-03124: two-task internal error

The application is failing on an update statement. I've enabled tracing to grab the bind variables and I can run the statement manually without error.

The update statement is pretty simple:

UPDATE MYTABLE SET ACOL = :1 WHERE BCOL = :2 From the trace:

 Bind#0
  oacdty=01mxl=4001(12000) mxlc=00 mal=00 scl=00 pre=00   oacflg=01 fl2=1000000 frm=01 csi=871 siz=4000 off=0   kxsbbbfp=ffffffff7b17bfd0 bln=4000 avl=00 flg=05  Bind#1
  oacdty=01 mxl=2000(360) mxlc=00 mal=00 scl=00 pre=00   oacflg=01 fl2=1000000 frm=01 csi=871 siz=2000 off=0   kxsbbbfp=ffffffff7b169dd8 bln=2000 avl=19 flg=05   value="7036874417766400004"

Thanks!  

     This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 20 2007 - 14:19:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US