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 IT10132 Status: Geschlossen

INFINITE LOOP DURING INSERT INTO INSERT TIME CLUSTERING TABLE RESULTING IN
TRANSACTION LOG FULL

Produkt:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problembeschreibung:
When inserting into an insert time clustering (ITC) table (i.e. 
a table created with the ORGANIZE BY INSERT TIME option of the 
CREATE TABLE statement), the INSERT statement might get stuck in 
an infinite loop while searching for free space.  The problem 
occurs after a portion of the table has been filled and emptied 
hundreds of times.  The database manager incorrectly treats the 
ITC table as it were in append mode, resulting in wasted space 
in the table as deleted slots are never reused and more more 
slots are added to pages.  Eventually all the pages in multiple 
extents contain so many deleted slots that there is no longer 
room for a single record in the page.  The database manager 
updates the state of these pages in an infinite loop until a 
transaction log full error is hit. 
 
A trace of the INSERT statement will show the following two 
functions being called repeatedly: 
 
sqldExtendAppendCache 
sqldSwitchFromAppendToPossiblyEmpty 
sqldVirtualColumnDeleteKey 
sqldVirtualColumnAddKey 
 
and 
 
sqldExtendAppendCache 
sqldCreateNewAppendCache 
sqldCreateAppendCachePagesForMDCTable 
sqldVirtualColumnDeleteKey 
sqldVirtualColumnAddKey
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Problem Description above.                               * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version 10.5 Fix Pack 7.                      * 
****************************************************************
Local-Fix:
Force the application inserting into the ITC table and recreate 
the table without the ORGANIZE BY INSERT TIME option.
Lösung
First fixed in DB2 Version 10.5 Fix Pack 7.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
16.07.2015
21.01.2016
21.01.2016
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.5.0.7 FixList