home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT05673 Status: Geschlossen

DATA CORRUPTION CAUSED BY LOCKING BEHAVIOR WHEN LOCKSIZE SET TO BLOCKINSERT
AND A TRANSACTION INSERTING INTO AN MDC TABLE

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
When LockSize is set to BlockInsert and a transaction is 
inserting into an MDC table, we check the cell cache to see if 
this transaction previously inserted a row wth this same cell 
value into the table.  If we find such a cell, we go ahead and 
try to insert the new row into it.  Since LockSize is set to 
BlockInsert we think already we have the block locked X and that 
we don't need to do row locking.  However, if the first value 
was inserted either when LockSize was set to Row, or as part of 
a decomposed update that moved the row into a new cell (either 
in the same or a different database partition), then the 
transaction only has an IX lock on the block and therefore needs 
to do row locking. 
 
In db2diag.log, might see an error similar to the following: 
 
2014-11-13-04.58.15.623848-300 I34596766A563 LEVEL: Severe 
PID : 7078060 TID : 41455 PROC : db2sysc 3 
INSTANCE: db2inst NODE : 003 DB : SAMPLE 
APPHDL : 2-42740 APPID: *N1.db2inst.1411130928361 
AUTHID : DB2INST 
EDUID : 41455 EDUNAME: db2agnta (SAMPLE) 3 
FUNCTION: DB2 UDB, index manager, sqliMarkKey, probe:1323 
RETCODE : ZRC=0x82090001=-2113339391=SQLI_NONSEVERE_PRGERR 
"Non severe index programming error" 
DIA8532C An internal processing error has occurred. 
 
... 
 
2014-11-13-04.58.15.651651-300 I34599687A511 LEVEL: Severe 
PID : 7078060 TID : 41455 PROC : db2sysc 3 
INSTANCE: db2inst NODE : 003 DB : SAMPLE 
APPHDL : 2-42740 APPID: *N1.db2inst.1411130928361 
AUTHID : DB2INST 
EDUID : 41455 EDUNAME: db2agnta (SAMPLE) 3 
FUNCTION: DB2 UDB, index manager, sqliMarkKey, probe:1147 
MESSAGE : Index object = {TBSPACEID=<127>; OBJECTID=<4>} Parent 
object = {TBSPACEID=<126>; OBJECTID=<4>} 
 
... 
 
2014-11-13-04.58.15.987567-300 E34656647A966 LEVEL: Critical 
PID : 7078060 TID : 41455 PROC : db2sysc 3 
INSTANCE: db2inst NODE : 003 DB : SAMPLE 
APPHDL : 2-42740 APPID: *N1.db2inst.1411130928361 
AUTHID : DB2INST 
EDUID : 41455 EDUNAME: db2agnta (SAMPLE) 3 
FUNCTION: DB2 UDB, base sys utilities, 
sqeLocalDatabase::MarkDBBad, probe:10 
MESSAGE : ADM14001C An unexpected and critical error has 
occurred: "DBMarkedBad". The instance may have been shutdown as 
a result. "Automatic" FODC (First Occurrence Data Capture) has 
been invoked and diagnostic information has been recorded in 
directory 
"/dbhome/db2inst/sqllib/db2dump/FODC_DBMarkedBad_2014-11-13-04.5 
8.15.967584_0003/". Please look in this directory for detailed 
evidence about what happened and contact IBM support if 
necessary to diagnose the problem.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users                                                    * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 version 9.7.0.11.                             * 
****************************************************************
Local-Fix:
Alter the table to use LockSize Row using the ALTER TABLE 
statement: 
ALTER TABLE <TableName> LOCKSIZE ROW
Lösung
The problem is first fixed in DB2 version 9.7.0.11.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
19.11.2014
06.10.2015
06.10.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.0.11
Problem behoben lt. FixList in der Version
9.7.0.11 FixList