home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
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
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT05592 Status: Geschlossen

IMPORT WITH "MODIFIED BY IDENTITYIGNORE" OPTION IS SLOWER IN
HP-UX AND SOLARIS DUE TO MISALIGNED MEMORY ACCESS

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
An import using "MODIFIED BY IDENTITYIGNORE" can be slow in 
HP-UX and SOLARIS platform. 
This is due to the misaligned memory access on those platform. 
 
As an example, this symptom may hit with following case. 
 
 (1) Target table has an identity column. 
 
CREATE TABLE TEST.TESTTB  ( 
                  "COL1" BIGINT NOT NULL GENERATED BY DEFAULT AS 
IDENTITY ( 
                    START WITH +1 
                    INCREMENT BY +1 
                    MINVALUE +1 
                    MAXVALUE +9223372036854775807 
                    NO CYCLE 
                    CACHE 20 
                    NO ORDER ) , 
.... 
 
 (2) Import is done with the option "MODIFIED BY 
IDENTITYIGNORE". 
 
$ db2 "import from testdata.ixf of ixf  MODIFIED BY 
IDENTITYIGNORE insert into TEST.TESTTB"
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* HP-UX, Solaris                                               * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version V9.7 Fix Pack 11.                     * 
****************************************************************
Local-Fix:
Lösung
First fixed in Version V9.7 Fix Pack 11
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
16.11.2014
14.10.2015
14.10.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP11
Problem behoben lt. FixList in der Version
9.7.0.11 FixList