Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle text
Monty, from the information you provide here is what you have probably done.
An initial solution for you, replace whatever code you have for step 2 above with
CREATE INDEX idxWhatever
ON tblWhatever(dbColumn) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC(ON COMMIT)');
Such an approach may introduce a significant performance penalty into your system. Search on tahiti, Oracle Text, or repost if you need further help.
Regards
Mike O'Shea
http://www.strychnine.co.uk
Monty wrote:
> 10.1.0.2, Windows 2000
>
> I have created an oracle text query. I create the index on a full table
> and it works. When I add new rows they are not used. Is this a known
> bug. What is the metalink number?
>
> Thank you
> Monty
Received on Sat Oct 08 2005 - 06:22:46 CDT
![]() |
![]() |