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

TRAILING BLANKS SILENTLY TRUNCATED FROM LOB VALUES ON STORAGE ASSIGNMENT

Produkt:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problembeschreibung:
When trailing blanks are truncated from a LOB value during 
storage assignment, the statement execution should fail with 
SQL0433N.  However, under some circumstances, the blanks will be 
truncated without warning or error.  This can happen with the 
source string is a LOB data type and the target is non-LOB.  For 
example: 
 
  create table T1 ( C1 char(5) for bit data ); 
  DB20000I  The SQL command completed successfully. 
 
  insert into T1  values blob('12345   '); 
  DB20000I  The SQL command completed successfully. 
 
Similarly, when the target is a LOB and the source is not a LOB, 
a SQL0433N error may occur on blank truncation, there should be 
no error or warning in this case.  For example: 
 
  create table T2 ( C1 dbclob(5) ); 
  DB20000I  The SQL command completed successfully. 
 
  insert into T2 values char('12345     '); 
  SQL0433N  Value "12345     " is too long.  SQLSTATE=22001
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* If space truncation from LOBs is undesirable, write          * 
* application to avoid it                                      * 
****************************************************************
Local-Fix:
verfügbare FixPacks:
DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4) for Linux, UNIX, and Windows
DB2 Version 10.5 Fix Pack 9 for Linux, UNIX, and Windows

Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
13.06.2014
15.09.2014
15.09.2014
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.5.0.4 FixList