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

CREATE INDEX WITH STATS COLLECTION ON GLOBAL TEMP TABLE OR RANGE
PARTITIONED TABLE LEAKS UTILHEAP MEMORY

Produkt:
DB2 FOR LUW / DB2FORLUW / 950 - DB2
Problembeschreibung:
The following is an example testcase for the memory leak on a 
declared global temporary table : 
 
declare global temporary table session.mytemp like 
sysibm.syscolumns ; 
create index session.idx1 on session.mytemp ( name ) collect 
sampled detailed statistics; 
drop table session.mytemp; 
 
The following is an example testcase for the memory leak on a 
range partitioned table : 
 
create table IC.r (c1 int, c2 int) partition by range (c1) 
(starting (1) ending (10), ending (20)); 
create index IC.i on IC.r ( c2 ) collect sampled detailed 
statistics; 
 
 
 
The leak can be shown by examining the output from : 
db2pd -db dbname -memb all
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 V9.5 Fix Pack 9 or later                      * 
****************************************************************
Local-Fix:
Instead of collecting statistics during index creation, collect 
statistics with a RUNSTATS command after creating the index.
verfügbare FixPacks:
DB2 Version 9.5 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
Problem first fixed in DB2 V9.5 Fix Pack 9
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
29.07.2011
31.10.2012
31.10.2012
Problem behoben ab folgender Versionen (IBM BugInfos)
9.5.FP9
Problem behoben lt. FixList in der Version
9.5.0.9 FixList