Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> create text index as transactional
Has anybody ever created their Oracle Text index as transactional?
Such as:
create index myidx on mytable(mycolumn)
indextype is ctxsys.context
parameters ('transactional');
I have been reading oracle's docs with statements like:
"cost for evaluating a single unindexed rowid can be fairly high.. "
Does anybody have expierence with this?
thanks.
-- http://www.freelists.org/webpage/oracle-lReceived on Tue May 01 2007 - 14:11:51 CDT