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

DB2 MAY ABEND WHILE COMPILING A QUERY WITH HASH PARTITIONED TABL E AND
ALWAYS FALSE PREDICATE DUE TO PRESENCE OF ROLLUP OR CUBE

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
Db2 may abend under all the following conditions: 
1. The table is hash partitioned 
2. There is a ROLLUP or CUBE grouping. 
3. There is a always false predicate. eg. 1<>1 
 
 
The following stack trace is observed: 
<StackTrace> 
pthread_kill 
sqloDumpEDU 
sqldDumpContext 
sqldDumpContext 
sqlrr_dump_ffdc 
sqlzeDumpFFDC 
sqlzeSqlCode 
sqlnn_erds 
propagate_partitioning 
local_select_box 
local_box_analysis 
pdb_box_analysis 
pdb_graph_analysis 
sqlnq_pdb_analysis 
sqlnr_exe 
sqlnr_exe 
sqlnn_cmpl 
sqlnn_cmpl 
sqlra_compile_var 
sqlra_find_var 
sqlra_get_var 
sqlrr_prepare 
sqljs_ddm_prpsqlstt 
sqljsParseRdbAccessed 
.sqljsParse.fdpr.clone.16 
@64@sqljsSqlam 
@64@sqljsDriveRequests 
@64@sqljsDrdaAsInnerDriver 
sqljsDrdaAsDriver 
RunEDU 
EDUDriver 
sqloEDUEntry + 0x260 
</StackTrace>
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* Db2 may abend under all the following conditions:            * 
* 1. The table is hash partitioned                             * 
* 2. There is a ROLLUP or CUBE grouping.                       * 
* 3. There is a always false predicate. eg. 1<>1               * 
*                                                              * 
*                                                              * 
* The following stack trace is observed:                       * 
* <StackTrace>                                                 * 
* pthread_kill                                                 * 
* sqloDumpEDU                                                  * 
* sqldDumpContext                                              * 
* sqldDumpContext                                              * 
* sqlrr_dump_ffdc                                              * 
* sqlzeDumpFFDC                                                * 
* sqlzeSqlCode                                                 * 
* sqlnn_erds                                                   * 
* propagate_partitioning                                       * 
* local_select_box                                             * 
* local_box_analysis                                           * 
* pdb_box_analysis                                             * 
* pdb_graph_analysis                                           * 
* sqlnq_pdb_analysis                                           * 
* sqlnr_exe                                                    * 
* sqlnr_exe                                                    * 
* sqlnn_cmpl                                                   * 
* sqlnn_cmpl                                                   * 
* sqlra_compile_var                                            * 
* sqlra_find_var                                               * 
* sqlra_get_var                                                * 
* sqlrr_prepare                                                * 
* sqljs_ddm_prpsqlstt                                          * 
* sqljsParseRdbAccessed                                        * 
* .sqljsParse.fdpr.clone.16                                    * 
* @64@sqljsSqlam                                               * 
* @64@sqljsDriveRequests                                       * 
* @64@sqljsDrdaAsInnerDriver                                   * 
* sqljsDrdaAsDriver                                            * 
* RunEDU                                                       * 
* EDUDriver                                                    * 
* sqloEDUEntry + 0x260                                         * 
* </StackTrace>                                                * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Update to version 9.7 fixpack 5 or later fixpacks.           * 
****************************************************************
Local-Fix:
Replace ROLLUP or CUBE with corresponding GROUPING SETS. For 
example, GROUP BY ROLLUP(C1),ROLLUP(c2) can be rewritten as: 
     group by grouping sets ( (col1,col2),(col1),(col2),());
verfügbare FixPacks:
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 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
This problem is first fixed in version 9.7 fixpack 5.
Workaround
Replace ROLLUP or CUBE with corresponding GROUPING SETS. For 
example, GROUP BY ROLLUP(C1),ROLLUP(c2) can be rewritten as: 
    group by grouping sets ( (col1,col2),(col1),(col2),());
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
01.03.2011
18.12.2011
18.12.2011
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP5
Problem behoben lt. FixList in der Version
9.7.0.5 FixList