Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
执行类似于以下内容的查询时,我收到“通配符查询扩展导致术语过多”错误:
SELECT * FROM table_a WHERE contains(clob_field, '%a%') > 0;
有谁知道这个问题的解决方法/解决方案?
据此,您可能需要增加 wildcard_maxterms 参数,或采取进一步措施。有关详细信息,请参阅链接(尽管我不是 Oracle Text 方面的专家)。