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

DB2BATCH RESULTSET OUTPUT RETURNS WRONG FRACTION PART FOR TIMESTAMP VALUES

Produkt:
DB2 FOR LUW / DB2FORLUW / 950 - DB2
Problembeschreibung:
DB2BATCH returns wrong fraction part for TIMESTAMP values. 
 
Following steps will reproduce the issue: 
 
create table t (testno INTEGER , testtime TIMESTAMP ); 
insert into t values ( 1 , '2011-04-01 00:00:01.000001' ); 
insert into t values ( 2 , '2011-04-01 00:00:01.000010' ); 
insert into t values ( 3 , '2011-04-01 00:00:01.000123' ); 
insert into t values ( 4 , '2011-04-01 00:00:01.001234' ); 
select * from t order by testtime asc ; 
 
 
Output when running SELECT with db2 clp is correct: 
 
TESTNO      TESTTIME 
----------- -------------------------- 
          1 2011-04-01-00.00.01.000001 
          2 2011-04-01-00.00.01.000010 
          3 2011-04-01-00.00.01.000123 
          4 2011-04-01-00.00.01.001234 
 
 
But running db2batch -d sample -f b.sql (contains "select * from 
t order by testtime asc ;"): 
 
* SQL Statement Number 1: 
select * from t order by testtime asc ; 
 
TESTNO      TESTTIME 
----------- -------------------------- 
          1 2011-04-01 00:00:01.001000 
          2 2011-04-01 00:00:01.010000 
          3 2011-04-01 00:00:01.123000 
          4 2011-04-01 00:00:01.1234000
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Problem Description above.                               * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version 9.5 FixPack 9.                        * 
****************************************************************
Local-Fix:
verfügbare FixPacks:
DB2 Version 9.5 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
First fixed in Version 9.5 FixPack 9.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
19.05.2011
14.03.2012
14.03.2012
Problem behoben ab folgender Versionen (IBM BugInfos)
9.5.FP9
Problem behoben lt. FixList in der Version
9.5.0.9 FixList