| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Performance Problem with Full Text Indexing
Have you looked at CTXCAT and CATSEARCH() specifications?
They do not work the way you think they do. Your
catsearch(B.address,A.address,NULL)>0
predicate is complete nonsense. Please, read up Oracle Text Reference and Application Developer's Guide. You can find complete Oracle documentation set on OTN, free of charge and searchable. Hint: CONTEXT index and CONTAINS() operator are more suitable for the task.
--
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com
Received on Tue May 30 2006 - 00:34:54 CDT
![]() |
![]() |