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 | |
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 |