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

A RECURSIVE UNION ALL QUERY USING TYPED PARAMETER MARKER FOR SEED ARM AND
LITERAL VALUE FOR ITERATIVE ARM, MAY FAIL WITH -344

product:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problem description:
The problem may occur if the seed arm of UNION ALL has a typed 
parameter marker and the iterative arm has a specific literal 
value. 
 
Here is the example of the query: 
 
WITH CTE1 (TEST_VAR) 
AS 
( 
SELECT CAST( ? AS CHAR(2)) 
FROM Table (values (1)) 
UNION ALL 
SELECT CAST( 'ab' AS CHAR(2)) 
FROM CTE1 T1 
WHERE T1.TEST_VAR = ?) SELECT * from CTE1 ;
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* DB2 LUW                                                      * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* upgrade to db2 v101fp3                                       * 
****************************************************************
Local Fix:
Use literal values or typed parameter markers for both arms of 
UNION ALL.
Solution
db2v101fp3 ,the query will compile successfully
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
03.04.2013
17.10.2013
17.10.2013
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)