DB2 - Problembeschreibung
Problem IC83996 | Status: Geschlossen |
SELECT STATEMENT AGAINST AN RCT TABLE WITH A "IS NOT NULL" PREDICATE MAY CRASH. | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 950 - DB2 | |
Problembeschreibung: | |
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-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * Users running v9.5 or later release on platforms Linux, * * Unix, and Windows. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to Version 9.5 Fix Pack 10. * **************************************************************** | |
Local-Fix: | |
Not available. | |
Lösung | |
Problem was first fixed in DB2 UDB Version 9.5 Fix Pack 10. | |
Workaround | |
Not available. | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC84038 IC85132 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 07.06.2012 04.09.2012 04.09.2012 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.5.FP10 | |
Problem behoben lt. FixList in der Version | |
9.5.0.10 |