home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
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
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IT00648 Status: Closed

Query with joins and subquery predicates hangs when dbm config parm
INTRA_PARALLEL is YES

product:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problem description:
A query with joins and subquery predicates may hang with 
intraquery parallelism enabled. Whether the hang occurs depends 
on the access plan chosen by the optimizer and the table data 
the query is acting on. 
 
Vulnerable access plans can be identified by examining formatted 
EXPLAIN output. If an access plan has the following pattern it 
might be vulnerable: an NLJOIN or ZZJOIN operator with at least 
one NLJOIN, MSJOIN or ZZJOIN operator somewhere within its inner 
plan subtree, and then a subquery predicate subplan somewhere 
within the inner subtree of the nested join.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* Users with intra-query parallelism enabled                   * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Cancun Release 10.5.0.4.                      * 
****************************************************************
Local Fix:
Disable intraquery parallelism for the specific query by setting 
the CURRENT DEGREE special register to 1 prior to issuing the 
query, or, for static SQL, by setting the DEGREE bind option to 
1. Alternatively, set the DFT_DEGREE database configuration 
parameter to 1 to disable intraquery parallelism by default for 
the database (and for static SQL, BIND again).
Solution
Problem first fixed in DB2 Cancun Release 10.5.0.4.
Workaround
See local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
27.03.2014
08.09.2014
08.09.2014
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.5.0.4 FixList