DB2 - Problem description
Problem IC63290 | Status: Closed |
A REFERENCE TO AN ARRAY DATA TYPE MAY CAUSE AN UNEXPECTED SQL1224N ERROR. | |
product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problem description: | |
An unexpected SQL1224N error will occur when an array data type is referenced in an SQL statement, and: - the array type is invalid (SYSCAT.DATATYPES.VALID is 'N'), and - the array element is a user-defined row data type. This error is reported for all SQL statements that can reference a user-defined type, except for the DROP TYPE statement. | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * All DB2 UDB systems on Linux, Unix, and Windows platforms at * * service levels on Version 9.7.0. * **************************************************************** * PROBLEM DESCRIPTION: * * An unexpected SQL1224N error will occur when an array data * * type * * is referenced in an SQL statement, and: * * - the array type is invalid (SYSCAT.DATATYPES.VALID is 'N'), * * and * * - the array element is a user-defined row data type. * * * * This error is reported for all SQL statements that can * * reference a user-defined type, except for the DROP TYPE * * statement. * **************************************************************** * RECOMMENDATION: * * Upgrade to product version 9.7 fix pack 1. All array data * * types with elements that are user-defined row types, and * * that were created before the upgrade, should be dropped and * * recreated. * **************************************************************** | |
Local Fix: | |
Drop the array data type. If needed, the type can be recreated. | |
available fix packs: | |
DB2 Version 9.7 Fix Pack 1 for Linux, UNIX, and Windows | |
Solution | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 21.09.2009 21.12.2009 21.12.2009 |
Problem solved at the following versions (IBM BugInfos) | |
9.7.FP1 | |
Problem solved according to the fixlist(s) of the following version(s) | |
9.7.0.1 |