DB2 - Problem description
| Problem IC80027 | Status: Closed |
ERROR SQL1585 CAN BE RETURNED WITH EXISTS CLAUSE IN STATEMENTS WITH LOB/LONG COLUMNS | |
| product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problem description: | |
In rare cases, a query can produce SQL1585N when the following
query construction is used :
1. The query has one or more of LOB or LONG varchar/vargraphic
datatype columns in the output list.
2. The query has one or more nested Exists clause.
3. The exists clause has a DISTINCT
eg.
select clob_column
from .. ( select ... group by ...) , table_with_clob_column
where ...
exists ( select 1 from
select distinct ... | |
| Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * All * **************************************************************** * PROBLEM DESCRIPTION: * * See problem description * **************************************************************** * RECOMMENDATION: * * Please upgrade to DB2 version 970 fix pack 6 * **************************************************************** | |
| Local Fix: | |
| available fix packs: | |
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows | |
| Solution | |
The problem is first fixed in DB2 version 970 fix pack 6 | |
| Workaround | |
not known / see Local fix | |
| BUG-Tracking | |
forerunner : APAR is sysrouted TO one or more of the following: IC84270 follow-up : | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 28.11.2011 18.06.2012 18.06.2012 |
| Problem solved at the following versions (IBM BugInfos) | |
9.7.0 | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 9.7.0.6 |
|