Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Text, wildcards AND escape characters help

Re: Oracle Text, wildcards AND escape characters help

From: <jimi_xyz_at_hotmail.com>
Date: 20 Sep 2005 10:16:00 -0700
Message-ID: <1127236560.787149.144700@g49g2000cwa.googlegroups.com>

That doesn't work...

SQL> select count(projectid) from project   2 where contains(objectives, '{agent}%', 1) >0; select count(projectid) from project
*
ERROR at line 1:

ORA-29902: error in executing ODCIIndexStart() routine
ORA-20000: Oracle Text error:
DRG-51030: wildcard query expansion resulted in too many terms
Received on Tue Sep 20 2005 - 12:16:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US