| ERROR | catsearch does not support functional invocation |
| CAUSE | the query plan for your query is invoking a catsearch operator functionally rather than as an index rowsource. The catsearch operator does not support functional invocation |
| ACTION | add optimizer hints so that all catsearch operators are performed through index scans |