Consultor Eletrônico



Kbase P155898: Random Oracle error 3124 after upgrading from Oracle 10.2 to Oracle 11
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/12/2009
Status: Verified

SYMPTOM(s):

Random Oracle error 3124 after upgrading from Oracle 10.2 to Oracle 11

ORA-03124: two-task internal error ---- (14944)


The error may get displayed to the screen, or wherever I/O is redirected by the application

FACT(s) (Environment):

The error is not written to dataserv.lg file
No errors reported in Oracle alert log
Application used to work well in Oracle 10.2 before migration
All Supported Operating Systems
Oracle 11g
OpenEdge 10.x

CAUSE:

Oracle bug 8222774 "ORA_3124 PERFORMING SELECT , INSERT IN OCI 11.1"The cause of the issue is due to the value setting of the init parameter named _enable_row_shipping which should set to FALSE. In 10.2 it's disabled by default but in 11g it is turned on.



FIX:


Add the following line to Oracle init.ora file and then restart the Oracle database:

"_enable_row_shipping=FALSE"