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

INCORRECT RESULTS ARE RETURNED IF AN SQL QUERY CONTAINS RID(), RID_BIT() or
ROWID

product:
DB2 FOR LUW / DB2FORLUW / 980 - DB2
Problem description:
Incorrect results are returned if a query contains RID(), 
RID_BIT() or ROWID. 
 
Example: 
 
db2 => CREATE TABLE  TA(C1 VARCHAR(30), C2 VARCHAR(3)) 
db2 => CREATE TABLE  TB(C1 VARCHAR(50), c2 VARCHAR(3)) 
 
db2 => INSERT INTO TA VALUES('EAD0401','abc') 
db2 => INSERT INTO TB VALUES('Z030_075','123') 
 
Incorrect result 1 row is returned for below SQL: 
 
SELECT 
    A.ROWID, 
    A.C1 
FROM TA A, TB B 
WHERE ( A.C2 = 'XX' 
        OR (A.C1 = 'EAD0401' AND B.C1 = 'XXX') 
        OR (A.C1 = 'XXX' AND B.C1 = 'XXX') 
      ); 
 
1                                  C1 
--------------------------------------------------------------- 
 
 
x'04000000000000000000A204F3040000' EAD0401 
 
The expected result is 0 row. 
 
This problem only occurs with DB2 V9.7 and does not affect V9.1 
or V9.5.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* The user who is running a query contains RID(),              * 
* RID_BIT() or ROWID.                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 V98FP5 or later.                              * 
****************************************************************
Local Fix:
Solution
The problem is firstly fixed in V98FP5.
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
14.05.2012
20.06.2012
20.06.2012
Problem solved at the following versions (IBM BugInfos)
9.8.FP5
Problem solved according to the fixlist(s) of the following version(s)
9.8.0.5 FixList