DB2 - Problembeschreibung
Problem IT06607 | Status: Geschlossen |
SYSPROC.ADMIN_MOVE_TABLE RETURNS SQL0614N ERROR | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
Problembeschreibung: | |
When the source table does not have index, ADMIN_MOVE_TABLE creates generated index on the source table, the staging table and the target table in order to improve replay performance. First, ADMIN_MOVE_TABLE selects columns of the source table as many as possible until the column length exceeds the max key length limit of the index table space. And then it creates the generated index on those columns on the staging table, and also on the source table and the target table. In some cases(e.g. the source table has (var)graphic columns), ADMIN_MOVE_TABLE computes the column length incorrectly, as a result it creates the generated index on those columns which exceeds the max key length limit of the index table space, in turn ADMIN_MOVE_TABLE fails with SQL0614N error. | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * All users. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 V10.1 Fixpack 5 or higher. * **************************************************************** | |
Local-Fix: | |
Create an index for the source table before running SYSPROC.ADMIN_MOVE_TABLE. | |
Lösung | |
Firstly fixed in DB2 V10.1 Fixpack 5. | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 19.01.2015 14.07.2015 14.07.2015 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
Problem behoben lt. FixList in der Version | |
10.1.0.5 |