DB2 - Problembeschreibung
Problem IC66113 | Status: Geschlossen |
TEXT SEARCH QUERY RETURNS SQL20425N WHEN ORACLE COMPATIBILITY MODE IS ENABLED | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problembeschreibung: | |
Text search query returns SQL20425N when Oracle compatibility mode is enabled and query is run by user with login less than 8 character even though the text index exists. This problem can be reproduced through following steps db2set DB2_COMPATIBILITY_VECTOR=ORA db2stop db2start db2ts "stop for text" db2 "create database tstest using codeset utf-8 territory kr" db2ts "start for text" set DB2DBDFT=tstest db2 connect to tstest db2 "GRANT DBADM ON DATABASE TO USER <instance owner>" db2ts "enable database for text" db2 "create table book (id int not null primary key,title varchar(400))" db2 "insert into book values (1,'IBM Text Search ---------------')" db2ts "create index titleidx for text on book (title)" db2ts "update index titleidx for text" another user with less than 8 character login name run the following select statement db2 "select * from book where contains(title,'Text')=1" This select command returns SQL20425N. SQL20425N Column 'TITLE' in table 'BOOK' was specified as an argument to a text search function, but a text search index does not exist for the column. same select command will run fine is if we do not set "DB2_COMPATIBILITY_VECTOR=ORA". | |
Problem-Zusammenfassung: | |
TEXT SEARCH QUERY RETURNS SQL20425N WHEN ORACLE COMPATIBILIT MODE IS ENABLED | |
Local-Fix: | |
verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 2 for Linux, UNIX, and Windows | |
Lösung | |
This APAR is first fixed in V9.7 FP2 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 05.02.2010 14.05.2010 14.05.2010 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP2 | |
Problem behoben lt. FixList in der Version | |
9.7.0.2 |