Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> interMedia does not seem to work properly !!!
1)
Why do I get this error using word stemming when large resultsets are
returned (In this case I use german stemming):
"DRG-50921: EQUIV operand not a word or another EQUIV expression"
SELECT COUNT(*)
FROM "GERMANY"."PRODUCTDESC"
WHERE CONTAINS(description, '$kabel') > 0
For small resultsets, it seems to work !!
2)
And another thing, when I use Unicode(UTF8), it seems that if I want to
perform a wildcard search, I have to use double '%', like:
SELECT COUNT(*)
FROM "GERMANY"."PRODUCTDESC"
WHERE CONTAINS(description, 'kab%%') > 0
...otherwise, I will hit nothing ??? Can that be true ??
Phone +45 89 39 11 11
Fax +45 89 39 11 12
memsi_at_stibo.dk
http://www.stibo.com
Received on Thu Sep 23 1999 - 13:06:56 CDT
![]() |
![]() |