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 IC86692 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 / 970 - 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:                                              * 
* All                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to Version 9.7 FixPack 8                             * 
****************************************************************
Local Fix:
Use literal values or typed parameter markers for both arms of 
UNION ALL.
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 FixPack 8
Workaround
not known / see Local fix
BUG-Tracking
forerunner  : APAR is sysrouted TO one or more of the following: IC86780 IC91290 IC91796 
follow-up : 
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
20.09.2012
08.04.2013
08.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