DB2 - Problembeschreibung
Problem IC66191 | Status: Geschlossen |
SQL0901N RETURNED WHEN >=4 QUERY ORDER BY COLUMNS ARE EQUIVALENT TO CONSTANTS | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 980 - DB2 | |
Problembeschreibung: | |
To hit the problem, a query needs satisfy all the following characteristics: (1) Query has UNION ALL or LEFT OUTER JOIN construct. (2) Query has ORDER BY clause applied on the result of UNION ALL or LEFT OUTER JOIN (3) At least two columns in ORDER BY clause are equivalent. (4) The Fetch First N rows clause is used. The problem symptom is one of two SQL0901N errors: SQL0901N The SQL statement failed because of a non-severe system error. Subsequent SQL statements can be processed. (Reason "this->qclqclord.pp() != NULL".) SQLSTATE=58004 or SQL0901N The SQL statement failed because of a non-severe system error. Subsequent SQL statements can be processed. (Reason "sqlno_int_order_opr_req [400]:rc(-2144272209) Sibling order r".) SQLSTATE=58004 An example query is select * from table (select * from t1 union all select * from t2) where c1 = 1 and c2 = 2 and c3 = 1 and c4 = 4 order by c1, c2, c3, c4 fetch first row only; | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * all * **************************************************************** * PROBLEM DESCRIPTION: * * SQL0901 error may be incorrectly returned for specific query * * conditions * **************************************************************** * RECOMMENDATION: * * Upgrade the DB2 server to V9.8 Fix Pack 4 * **************************************************************** | |
Local-Fix: | |
Remove the ORDER BY columns that equal to constants. Or change predicate "c3=1" to "c3=1.0". | |
verfügbare FixPacks: | |
DB2 Version 9.8 Fix Pack 4 for AIX and Linux | |
Lösung | |
This problem was first fixed in V9.8 Fix Pack 4 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 10.02.2010 04.08.2011 04.08.2011 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.8.FP4 | |
Problem behoben lt. FixList in der Version | |
9.8.0.4 |