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

STORAGE MANAGEMENT STORED PROCEDURE DOESN'T RETURN VALUES FOR INDEXES

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
Here is the sample test case 
 
db2 connect to sample 
db2 "create table shashi.t1(col1 int)" 
db2 "create index shashi.idx on shashi.t1(col1)" 
db2 "call create_storagemgmt_tables('USERSPACE1')" 
 
db2 "call capture_storagemgmt_info(5,'SHASHI','IDX')" 
 
  Return Status = 0 
 
db2 "select * from systools.stmg_index" 
 
Returns 0 records
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All user of capture_storagemgmt_info procedure who try to    * 
* capture storagemanagement data for a particular index from   * 
* CLP                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* No records were  returned when systools.stmg_index is        * 
* queried                                                      * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to any any of the following versions db2_v91fp8,     * 
* db2_v95fp5 & db2_v97fp1                                      * 
****************************************************************
Local-Fix:
Please run the Stored Procedure with database info first and 
then Index. Please see the below example 
 
db2 "call capture_storagemgmt_info(0,'SHASHI','SAMPLE')" 
 
  Return Status = 0 
 
db2 "call capture_storagemgmt_info(5,'SHASHI','IDX')" 
 
  Return Status = 0 
 
 
db2 "select * from systools.stmg_index"  Will now return the 
values.
verfügbare FixPacks:
DB2 Version 9.7 Fix Pack 1 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 2 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 7 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
Fix exists in db2_v91fp8, db2_v95fp5 & db2_v97fp1
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
22.10.2009
17.02.2010
17.02.2010
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
9.7.0.1 FixList