Wildcard query expansion resulted in too many terms.

Posted by PeteDaMeat on Stack Overflow See other posts from Stack Overflow or by PeteDaMeat
Published on 2010-03-31T15:06:36Z Indexed on 2010/04/01 2:23 UTC
Read the original article Hit count: 401

Filed under:
|
|

I am receiving a "wildcard query expansion resulted in too many terms" error when executing a query similar to the following:

SELECT * FROM table_a WHERE contains(clob_field, '%a%') > 0;

Does anyone know a workaround/solution to this problem?

© Stack Overflow or respective owner

Related posts about oracle10g

Related posts about contains