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 IC91272 Status: Geschlossen

DB2 INSTANCE CRASH IN SQLUCONVDATATOTARGET() DURING LOAD INTO TABLE

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
Instance will crash in SQLUCONVDATATOTARGET() during load when 
all the following conditions are present. 
 
 
repro scenario: 
 
db2 "create table t1 (c1 long varchar, c2 varchar(100))" 
db2 "insert into t1 values ('hi', 'hello')" 
db2 "export to t1.ixf of ixf select c1, c2 from t1" 
db2 "create table t2 (a1 varchar(100), a2 char(100) generated 
always as (a1))" 
db2 "load from t1.ixf of ixf modified by generatedignore replace 
into t2"     <=== DB2 crashes 
 
 
 
1. Input data file is IXF type, and has a long varchar column 
   ( Using our example, the first column c1 in t1.ixf is of long 
varchar type) 
     Also be aware that there is a possibility of getting a long 
varchar type in ixf file if we export from DB2 iSeries (even 
when column is casted to varchar type) 
 
2. We are loading the long varchar data into a char or varchar 
column 
   (column a1 in table t2 in our example) 
 
3. The load target table has a generated column whose value 
depends on the char/varchar column mentioned previously 
   (in our example, a2 is a generated column whose value depends 
on a1, a1 being the char/varchar column where we are loading a 
long varchar data into) 
 
4. LOAD is actually generating the value for the generated 
column 
   (in our example, if we only export column c1 into t1.ixf, and 
don't specify any "modified by generated...." option, then LOAD 
will also generate a2's value and we will also hit the problem) 
   (in our example, if we use "modified by generatedoverride" 
instead of "modified by generatedignore", then LOAD will insert 
the 'hello' from the t1.ixf input data file into column a2, 
instead of generating a2's value, and we will NOT hit this 
problem.) 
5. No codepage conversion involved (i.e. codepage of data in ixf 
file is the same as database codepage). 
 
 
Stack generated similar to the following 
 
Stack #1             Signal #11        Timestamp 
2012-09-12-14.23.59.339544 
0        sqluConvDataToTarget 
1        sqluCGenColDataFormatter::iBindInValues 
2        sqluGenBindIn 
3        sqlribni 
4        sqlriSectInvoke 
5        sqluCGenColDataFormatter::iExecuteSection 
6        sqluCGenColMgr::iProcessGeneratedCols 
7        @148@sqluGetAndFormatRecords 
8        sqluCFormatter::iRun 
9        sqluLoadEDUDriver 
10       sqloEDUEntry
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 UDB Version 10.1 Fix Pack 3.                  * 
****************************************************************
Local-Fix:
Use import
verfügbare FixPacks:
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 6 for Linux, UNIX, and Windows

Lösung
Problem was first fixed in DB2 UDB Version 10.1 Fix Pack 3.
Workaround
Use import
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
03.04.2013
01.10.2013
01.10.2013
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.3 FixList
10.1.0.3 FixList