DB2 - Problembeschreibung
Problem IC71625 | Status: Geschlossen |
ERROR MESSAGE NEEDED WHEN TEXT SEARCH RUNS WITH LEFT OUTER JOIN AND FULL OUTER JOIN | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 950 - DB2 | |
Problembeschreibung: | |
DB2 Text Search does not support left outer join and full outer join. Sample queries are db2 "SELECT a.col1, a.col2, b.col1, b.col2 FROM t1 a LEFT OUTER JOIN t2 b ON a.col1=b.col1 WHERE CONTAINS(b.col2, 'DATA') = 1 with ur"; SQL20425N Column "unknown column" in table "unknown table" was specified as an argument to a text search function, but a text search index does not exist for the column. SQLSTATE=38H12 and db2 "SELECT a.col1, a.col2, b.col1, b.col2 FROM t1 a FULL OUTER JOIN t2 b ON a.col1=b.col1 WHERE CONTAINS(b.col2, 'DATA') = 1 with ur"; SQL20425N Column "unknown column" in table "unknown table" was specified as an argument to a text search function, but a text search index does not exist for the column. SQLSTATE=38H12 Current error messsage SQL20425N Column "unknown column" in table "unknown table" was specified as an argument to a text search function, but a text search index does not exist for the column. SQLSTATE=38H12 does not give user enough information about the unsupported feature. | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * DB2 Text Search does not support left outer join and full * * outer * * join. * * * * * * * * Sample queries are * * * * * * * * db2 "SELECT a.col1, a.col2, b.col1, b.col2 FROM t1 a LEFT * * OUTER * * JOIN t2 b ON a.col1=b.col1 WHERE CONTAINS(b.col2, 'DATA') = * * 1 * * with ur"; * * * * * * * * SQL20425N Column "unknown column" in table "unknown table" * * was * * specified as * * * * * * * * an argument to a text search function, but a text search * * index * * does not * * * * exist for the column. SQLSTATE=38H12 * * * * * * * * and * * * * * * * * db2 "SELECT a.col1, a.col2, b.col1, b.col2 FROM t1 a FULL * * OUTER * * JOIN t2 b ON a.col1=b.col1 WHERE CONTAINS(b.col2, 'DATA') = * * 1 * * with ur"; * * * * * * * * SQL20425N Column "unknown column" in table "unknown table" * * was * * specified as * * * * * * * * an argument to a text search function, but a text search * * index * * does not * * * * exist for the column. SQLSTATE=38H12 * * * * * * * * * * * * * * * * * * * * Current error messsage * * * * * * * * SQL20425N Column "unknown column" in table "unknown table" * * was * * specified as * * * * * * * * an argument to a text search function, but a text search * * index * * does not * * * * exist for the column. SQLSTATE=38H12 * * * * * * * * does not give user enough information about the unsupported * * * * feature. * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 version 9.5 Fix Pack 7. * **************************************************************** | |
Local-Fix: | |
verfügbare FixPacks: | |
DB2 Version 9.5 Fix Pack 7 for Linux, UNIX, and Windows | |
Lösung | |
The problem is fixed in DB2 version 9.5 Fix Pack 7. | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC73772 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 30.09.2010 10.01.2011 10.01.2011 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.5.FP7 | |
Problem behoben lt. FixList in der Version | |
9.1.0.7 | |
9.5.0.7 |