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

DB2 Text Search query issue with outer join

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
Depending on the specific search term a query may fail with 
SQLCODE: -20425, Column <columnname>  in table <tablename> was 
specified as an argument to a text search function, but a text 
search index does not exist for the column. 
 
 
 
Sample query: 
 
SELECT asset.assetnum, 
         COALESCE(l_asset.description, asset.description) 
description, asset.description bl_description from l_asset 
         RIGHT OUTER JOIN asset ON 
(l_asset.ownerid=asset.assetuid and l_asset.langcode='EN') 
         WHERE (((l_asset.description is null and 
contains(asset.description,' "FLD112" ') =1 ) 
                     OR 
                       (l_asset.description is not null and 
contains(l_asset.description,' "FLD112" ') =1 )) and siteid = 
'BEDFORD') ; 
 
Fails with the following error: 
 
DB2 SQL error: SQLCODE: -20425, SQLSTATE: 38H12, SQLERRMC: 
 
DESCRIPTION:  Message: Column "DESCRIPTION" in table "" was 
specified as an argument to a text search function, but a text 
search index does not exist for the column.
Problem-Zusammenfassung:
Local-Fix:
verfügbare FixPacks:
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 7 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
Workaround
keiner bekannt / siehe Local-Fix
Kommentar
The feature will be supported in db2_v97fp5
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
06.10.2011
14.10.2011
08.05.2012
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
9.7.0.5 FixList