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

ADDING A PARTITION TO AN EXISTING BUFFERPOOL MAY NOT COPY ALL THE
BUFFERPOOL INFORMATION TO THE NEW PARTITION

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
When adding a partition to an existing bufferpool (created with 
nonzero NUMBLOCKPAGES/BLOCKSIZE), NUMBLOCKPAGES/BLOCKSIZE can be 
both set to 0 on the newly added partition 
 
You can see the following after adding the partition: 
 
Current environment setup 
# db2 "create database partition group part0 on dbpartitionnum 
(0)" 
# db2 "create database partition group part1 on dbpartitionnum 
(1)" 
 
db2 "connect to test" 
 
db2 "create bufferpool buff1 immediate DATABASE PARTITION GROUP 
part0 NUMBLOCKPAGES 64 BLOCKSIZE 16" 
 
db2 "alter bufferpool buff1 ADD DATABASE PARTITION GROUP part1" 
 
db2 "select * FROM syscat.bufferpools 
 
"BUFF1",2,"PART0",-2,4096,"N",64,16,"PART0" 
"BUFF1",2,"PART1",-2,4096,"N",0,0,"PART1" <<< THE "0"'s here are 
NOT fine
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* DB2 Version V9.7 Fix Pack 9 or below                         * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version V9.7 Fix Pack 10                      * 
****************************************************************
Local-Fix:
Alter the NUMBLOCKPAGES and BLOCKSIZE manually with ALTER 
bufferpool statement on the corresponding partition.
Lösung
First Fixed in DB2 Version V9.7 Fix Pack 10
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
06.03.2014
01.12.2014
01.12.2014
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP10
Problem behoben lt. FixList in der Version
9.7.0.10 FixList