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

SYSPROC.AUTOMAINT_GET_POLICYFILE CALL FOR REORG POLICY TRUNCATESTHE REORG
TABLE SIZE VALUE IF IT CONTAINS > 6 DIGITS

Produkt:
DB2 FOR LUW / DB2FORLUW / 980 - DB2
Problembeschreibung:
sysproc.automaint_get_policyfile call for reorg policy truncates 
the reorg table size value if it contains more than 6 digits. 
 
 
EX: 
 
If you specify the table size as 1 000 000 in the reorg policy 
file as follows: 
 
<?xml version="1.0" encoding="UTF-8"?> 
 
<DB2AutoReorgPolicy 
xmlns="http://www.ibm.com/xmlns/prod/db2/autonomic/config" > 
 <ReorgOptions  dictionaryOption="Keep" indexReorgMode="Offline" 
useSystemTempTableSpace="false" /> 
 <ReorgTableScope  maxOfflineReorgTableSize="1000000"> 
  <FilterClause>TYPE = 'T'</FilterClause> 
 </ReorgTableScope> 
</DB2AutoReorgPolicy> 
 
 
Then run sysproc.automaint_set_policyfile to set the reorg 
profile, it will be set just fine. 
 
db2diag.log entries: 
 
2010-04-02-13.26.25.004933-300 E16367006A783      LEVEL: Warning 
 
PID     : 753892               TID  : 2057        PROC : db2fmp 
(C) 0 
INSTANCE: db2inst1               NODE : 000 
EDUID   : 2057                 EDUNAME: db2fmp (C) 0 
FUNCTION: DB2 UDB, Policy, sqlpiAutomaintSetPolicySpCommon, 
probe:10 
MESSAGE : ADM10515I  The automatic maintenance policy 
"AUTO_REORG" has 
been 
          updated in database "SAMPLE". The policy options have 
been 
updated 
          from "Table Scope: TYPE = 'T'  Reorganization options: 
Keep 
          dictionary  Index Reorganization Mode: Offline  Table 
size 
limit: 
          1000000 KB" to "Table Scope: TYPE = 'T' 
Reorganization 
options: Keep 
          dictionary  Index Reorganization Mode: Offline  Table 
size 
limit: 
          1000000 KB". 
 
 
However, after calling the get policy, we see that the table 
size in the output policy file is truncated: 
 
db2 "call sysproc. 
automaint_get_policyfile( 'AUTO_REORG', 'AutoReorg.xml> 
 
 
AutoReorg.xml contains the following: 
 
<?xml version="1.0" encoding="UTF-8"?> 
 
<DB2AutoReorgPolicy 
xmlns="http://www.ibm.com/xmlns/prod/db2/autonomic/config" > 
 <ReorgOptions  dictionaryOption="Keep" indexReorgMode="Offline" 
useSystemTempTableSpace="false" /> 
 <ReorgTableScope  maxOfflineReorgTableSize="100000"> 
  <FilterClause>TYPE = 'T'</FilterClause> 
 </ReorgTableScope> 
</DB2AutoReorgPolicy> 
 
 
The maximum allowed table size is 10 digits.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* SYSPROC.AUTOMAINT_GET_POLICYFILE CALL FOR REORG POLICY       * 
* TRUNCATESTHE REORG TABLE SIZE VALUE IF IT CONTAINS > 6       * 
* DIGITS                                                       * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 V98Fp4                                        * 
****************************************************************
Local-Fix:
No local fix.
verfügbare FixPacks:
DB2 Version 9.8 Fix Pack 4 for AIX and Linux
DB2 Version 9.8 Fix Pack 5 for AIX and Linux

Lösung
Fixed in DB2 V98FP4
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
15.07.2011
05.08.2011
05.08.2011
Problem behoben ab folgender Versionen (IBM BugInfos)
9.8.FP4
Problem behoben lt. FixList in der Version
9.8.0.4 FixList