Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle Text (ConText/InterMedia) and realtime updates
So, I fire up a Catalog Index on a column with an associated column in the
index set (for ordering the results) and it comes back 10-12 times faster
than the Context Index. The problem is that the result sets weren't the
same. Upon investigating, I found out that catalog index searching
("catsearch") doesn't support wildcards, which we need. Bummer!
Oh well, back to contexts. Thanks for your input!
Rich Jesse System/Database Administrator Rich.Jesse_at_qtiworld.com Quad/Tech International, Sussex, WI USA
-----Original Message-----
Sent: Tuesday, November 13, 2001 17:00
To: Multiple recipients of list ORACLE-L
I would suggest researching an Autonomous Transaction fired from the trigger
to get around the commit executed by CTX_DDL.SYNC_INDEX.
Another approach I would pursue is to evaluate the use of Catalog Indexes
(8.1.7). If your requirements fit within the catalog index limitations
(more like an Intermedia Text-lite) then you are in luck since they are
transactional, hence no need for periodic synchronization.
HTH
Tony Aponte
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jesse, Rich INET: Rich.Jesse_at_qtiworld.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Wed Nov 14 2001 - 13:53:00 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |