Database Error Messages

DRG-10849

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