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

-901 FROM RUNNING A QUERY.

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
Some necessary conditions to hit the problem are: 
The query is in a pattern of 
SELECT FROM (<SUBQUERY1> as A, (SELECT FROM WHERE <ANYCOL> IN 
<SUBQUERY2>) as B) WHERE A.col1 = B.col1 GROUP BY A.col2; 
 
here, 
SUBQUERY1 = SELECT col1, col2 from <SUBQUERY3> GROUP BY col1, 
col2 
SUBQUERY2 = SELECT DISTINCT col1 from <SUBQUERY3> 
SUBQUERY3 = SELECT col1, col2 from <base tables> WHERE 
<ANYPREDICATES>
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* all OS                                                       * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* -901 FROM RUNNING A QUERY.                                   * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* apply fp5 or higher                                          * 
****************************************************************
Local-Fix:
Manually rewrite SUBQUERY2 from "SELECT DISTINCT col1 from 
<SUBQUERY3>" to "SELECT col1 from <SUBQUERY3> GROUP BY col1".
Lösung
fp5
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
05.06.2014
14.10.2015
14.10.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.5 FixList