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 | |
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 |