Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Optimizer to scan free text
On May 8, 11:47 am, Norcale <nilaybha..._at_gmail.com> wrote:
> I am trying to scan a field that has free text. The problem is that
> the database is huge and it takes hours for the query to come back. I
> am running a simple query with a like condition. Any ideas as to what
> optimizer I could use to save some time?
>
> Thanks
What version and edition of Oracle?
If you have EE (Enterprise Edition) have you considered the Context option which provides text indexing and search capabilities.
For that matter is the column in question indexed? Where is the explain plan?
HTH -- Mark D Powell -- Received on Tue May 08 2007 - 11:32:42 CDT
![]() |
![]() |