DB2 - Problembeschreibung
Problem IT06300 | Status: Geschlossen |
STATEMENT RETURNS DECIMAL NUMBER LEFT JUSTIFIED WITH NO LEADING ZEROES ON A COLUMN ORGANIZED TABLE WITH DEC_TO_CHAR_FMT=V95 | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / A50 - DB2 | |
Problembeschreibung: | |
Statement returns decimal number left justified with NO leading zeroes on a column organized table. Operating system and level: All platforms with BLU tables How to reproduce the problem: Default without the knob: create table t1(c1 decimal(10,0) not null) DB20000I The SQL command completed successfully. insert into t1 values(737731) DB20000I The SQL command completed successfully. runstats on table mkandiah.t1 DB20000I The RUNSTATS command completed successfully. select char(c1) as c1 from t1 C1 ------------ 737731 1 record(s) selected. With the knob: db2 get db cfg | grep -i DEC_TO_CHAR_FMT CHAR output with DECIMAL input (DEC_TO_CHAR_FMT) = V95 select char(c1) as c1 from t1 C1 ------------ 737731 | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 10.5 Fix Pack 7 * **************************************************************** | |
Local-Fix: | |
Lösung | |
First Fixed in DB2 10.5 Fix Pack 7 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 05.01.2015 09.05.2017 09.05.2017 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
Problem behoben lt. FixList in der Version | |
10.5.0.7 |