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

SQL0327N AFTER ALTER TABLE DROPPING COLUMNS ON PARTITIONED TABLE

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
If a Partitioned Table with NULLS FIRST clause on the 
partitioning column is Altered to drop some columns, any 
subsequent insert on the table with a NULL on the partitioning 
column will fail with SQL0327N. 
 
Example: 
CREATE TABLE test ("OID" BIGINT NOT NULL,"CODEGROUPKEY" 
VARCHAR(2) ,"PS_OID" BIGINT ) 
PARTITION BY RANGE("PS_OID" NULLS FIRST) 
(PART "P00000000000000000000" STARTING(MINVALUE) ENDING(0), 
PART "P00000000000000000300" STARTING(300) ENDING(300)); 
 
ALTER TABLE test  DROP COLUMN CODEGROUPKEY; 
 
db2 "INSERT INTO test VALUES(1,null)" 
DB21034E  The command was processed as an SQL statement because 
it was not a 
valid Command Line Processor command.  During SQL processing it 
returned: 
SQL0327N  The row cannot be inserted into table "MARIAJ.TEST" 
because it is 
outside the bounds of the defined data partition ranges. 
SQLSTATE=22525 
 
 
SYSCAT.DATAPARTITIONEXPRESSION still shows that the partitioning 
table has NULLSFIRST Y 
 
SELECT SUBSTR( tabschema, 1, 20 ) AS tabschema , SUBSTR( 
tabname, 1, 20 ) AS tabname , datapartitionkeyseq , SUBSTR( 
datapartitionexpression, 1, 20 )   AS datapartitionexpression , 
nullsfirst FROM SYSCAT.DATAPARTITIONEXPRESSION WHERE tabschema = 
'MARIAJ' AND tabname   = 'TEST' ORDER BY tabschema , tabname 
WITH UR FOR FETCH ONLY 
TABSCHEMA            TABNAME              DATAPARTITIONKEYSEQ 
DATAPARTITIONEXPRESSION NULLSFIRST 
-------------------- -------------------- ------------------- 
----------------------- ---------- 
MARIAJ               TEST                                   1 
PS_OID                  Y 
 
  1 record(s) selected. 
 
 
The issue is that the Packed descriptor of the table is corrupt 
(after alter drop column) and does not have information for the 
NULLS FIRST clause of the partitioning column.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version 9.7 and FP11                          * 
****************************************************************
Local Fix:
Solution
Problem was first fixed in DB2 Version 9.7 and FP11
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
17.09.2014
08.10.2015
08.10.2015
Problem solved at the following versions (IBM BugInfos)
9.7.
Problem solved according to the fixlist(s) of the following version(s)
9.7.0.11 FixList