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

Home -> Community -> Usenet -> c.d.o.server -> Re: Better demonstration of the serious transaction bug in Oracle

Re: Better demonstration of the serious transaction bug in Oracle

From: MohammedB <mohammedbNOmoSPAM_at_iadb.org.invalid>
Date: Thu, 27 Jan 2000 13:38:29 -0800
Message-ID: <02e322c1.4d836073@usw-ex0102-011.remarq.com>


Oracle8 Enterprise Edition Release 8.0.5.2.1 - Production PL/SQL Release 8.0.5.2.0 - Production
CORE Version 4.0.5.0.0 - Production
TNS for IBM/AIX RISC System/6000: Version 8.0.5.0.0 - Production NLSRTL Version 3.3.2.0.0 - Production

ERROR at line 1:

ORA-08177: can't serialize access for this transaction
ORA-06512: at "SYS.DBMS_SYS_SQL", line 787
ORA-06512: at "SYS.DBMS_SQL", line 328
ORA-06512: at "OPS$ORACLE7.EXECUTE_IMMEDIATE", line 5
ORA-06512: at line 6

Total Transactions


               103

SQL> select count(*) "Correct Transactions" from isolationtest where val = 200;

Correct Transactions


                  94

SQL> select count(*) "Failed Transactions" from isolationtest where val != 200;

Failed Transactions


                  9

mkb

Received on Thu Jan 27 2000 - 15:38:29 CST

Original text of this message

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