aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

DRG-10868: matches does not support functional invocation

DRG-10868: matches does not support functional invocation
Cause: the query plan for your query is invoking a matches operator functionally rather than as an index rowsource. The matches operator does not support functional invocation
Action: add optimizer hints so that all matches operators are performed through index scans

请先 登录 后评论

1 个回答

小智
DRG-10868:匹配不支持功能调用,
.原因:您的查询的查询计划是在功能上调用匹配运算符,而不是作为索引rowsource。匹配运算符不支持功能调用,
.操作:添加优化器提示,以便通过索引扫描执行所有匹配操作符,
.
请先 登录 后评论