Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Text?
> I have an Oracle text search that searches CLOBs, and is now failing --
What do you mean by "failing"? Do you get an error message? If so, can you post exactly whatever you get?
> hypothesis is that the CLOBs over 200 MB are causing it to fail. Is
> there any tuning I can do to ensure these CLOBs get searched? Thanks!
Have you tried to set up a test case to prove yourself right or wrong? Create a table that has a 200MB+ CLOB and then do the search again. Create this table aside from your application that is having problems. That way, you isolate your test to just the one table without any of the rest of your application potentially getting in the way. Should it work, then it might be your application that is having problems.
HTH,
Brian
-- =================================================================== Brian Peasland oracle_dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Thu Apr 20 2006 - 21:14:12 CDT