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

LOAD INTO MDC TABLE WITH VARIABLE-LENGTH ORGANIZE BY COLUMNS FAILS WITH
SQL1584N

product:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problem description:
When loading data into an Multi-Dimensional Clustering (MDC) 
table using the LOAD command, a temporary table with an index is 
used to keep track of which dimension values are being loaded 
into the table.  The temporary table and it's index will be 
placed into a system temporary tablespace.  The index is created 
on all columns that are part of the ORGANIZE BY clause of the 
CREATE TABLE statement.  The maximum length of an index key 
(including all overhead) is index-page-size/4.  If no system 
temporary table space with a large enough page-size exists, then 
the LOAD command will fail with SQL1584N: 
 
SQL1584N  System temporary tablespace with page size of at least 
"<page size>" could not be found.  SQLSTATE=57055 
 
In DB2 version 10.1.0.4, the LOAD command incorrectly calculates 
the maximum length of the index key for the temporary table's 
index when variable-length columns are used.  For every 
variable-length columns listed in the ORGANIZE BY clause of the 
CREATE TABLE statement, the overhead of the key-part is 
incorrectly calculated to be 4 instead of 2 (or 5 instead of 3 
if column is not defined with the NOT NULL option).  The result 
is that the LOAD command might fail with SQL1584N.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users                                                    * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 version 10.1.0.5.                             * 
****************************************************************
Local Fix:
Create a system temporary table space with a larger page size.
Solution
The problem is first fixed in DB2 version 10.1.0.5.
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
18.07.2014
13.07.2015
13.07.2015
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.1.0.5 FixList