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

ORDER BY ON COLUMN NOT INCLUDED IN SELECTED COLUMNS IS NOT SHIPPED TO
FEDERATED SOURCE

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
When running a query that uses an ORDER BY on a Federated table 
the data may not be ordered correctly. This will occur when the 
ORDER BY is performed on multiple columns and one of them is not 
included in the list of columns in the Select. 
 
For example, the following query will not order the data by 
column 'c': 
    db2 "select a,b from testtab order by a,c" 
 
Changing the Select to include all the columns in the Order By 
then displays the data with the correct ordering. e.g.: 
    db2 "select a,b,c from testtab order by a,c"
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All DB2 Federated Users                                      * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 LUW 9.7 Fix Pack 11                           * 
****************************************************************
Local-Fix:
Include all the columns in the Order By in the Select or set 
PUSHDOWN to 'N' in the server options for the Federated server 
e.g.: 
    db2 "ALTER SERVER <servername> OPTIONS (add PUSHDOWN 'N')"
Lösung
First fixed in DB2 LUW 9.7 Fix Pack 11
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
31.03.2015
08.10.2015
08.10.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP11
Problem behoben lt. FixList in der Version
9.7.0.11 FixList