DB2 - Problembeschreibung
Problem IC92398 | Status: Geschlossen |
PAGE_FETCH_PAIRS AND AVGPARTITION_PAGE_FETCH_PAIRS STATISTICS CA NNOT BE CLEARED BY MANUAL UPDATE IF VARCHAR2 COMPATIBILITY IS ON | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problembeschreibung: | |
Page fetch pairs statistics are collected when DETAILED index statistics are collected. In a database with varchar2 compatibility enabled, the PAGE_FETCH_PAIRS and AVGPARTITION_PAGE_FETCH_PAIRS statistics cannot be cleared by manual update of SYSSTAT.INDEXES. Typically, users might try to clear the statistics with either a zero-length string or a single blank string. In both cases, DB2 will return an error, either SQL0407N or SQL1227N. You might experience this problem when trying to use db2look in mimic mode on a database with varchar2 compatibility enabled. | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 UDB version 9.7 fixpack 9. * **************************************************************** | |
Local-Fix: | |
To clear the index statistics, perform a runstats without DETAILED index statistics, for example, RUNSTATS ON TABLE TEST.T1 WITH DISTRIBUTION AND INDEXES ALL If you have a -m db2look mimic output file you want to apply, 1) replace the table-only runstats command with one that also collects basic index statistics 2) replace PAGE_FETCH_PAIRS='' with PAGE_FETCH_PAIRS=' ' 3) replace AVGPARTITION_PAGE_FETCH_PAIRS='' with AVGPARTITION_PAGE_FETCH_PAIRS=' ' For example, replace occurrences of: RUNSTATS ON TABLE "TEST "."T3" ; PAGE_FETCH_PAIRS='', AVGPARTITION_PAGE_FETCH_PAIRS='', with: RUNSTATS ON TABLE "TEST "."T3" AND INDEXES ALL ; PAGE_FETCH_PAIRS=' ', AVGPARTITION_PAGE_FETCH_PAIRS=' ', | |
verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows | |
Lösung | |
Problem was first fixed in DB2 UDB Version 9.7 FixPack 9 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC95344 IC95349 IC96244 IC97821 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 20.05.2013 23.12.2013 23.12.2013 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP9 | |
Problem behoben lt. FixList in der Version | |
9.7.0.9 | |
9.7.0.9 |