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 IC84038 Status: Closed

SELECT STATEMENT AGAINST AN RCT TABLE WITH A "IS NOT NULL"
PREDICATE MAY CRASH.

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
The following is a repro of the trap: 
 
create table t1 (a int not null) organize by key sequence (a 
starting from 1 ending at 100) disallow overflow; 
create table t2 (a int); 
insert into t1(a) values 1,2,3,4,5,6,7,8,9,10; 
insert into t2(a) values 1,2,3,4,5,6,7,8,9,10; 
 
select * from t1,t2 where t1.a=t2.a and t2.a is not null;
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* Users running v9.7 or later release on platforms Linux,      * 
* Unix, and Windows.                                           * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to Version 9.7 Fix Pack 8.                           * 
****************************************************************
Local Fix:
Not available.
available fix packs:
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

Solution
Problem was first fixed in DB2 UDB Version 9.7 Fix Pack 8.
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
08.06.2012
10.04.2013
10.04.2013
Problem solved at the following versions (IBM BugInfos)
9.7.FP8
Problem solved according to the fixlist(s) of the following version(s)
9.7.0.8 FixList