Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie: ConText Question

Re: Newbie: ConText Question

From: Jim Kennedy <Jim_Kennedy_at_MedicaLogic.com>
Date: Thu, 15 Apr 1999 04:53:25 -0700
Message-ID: <VqkR2.43971$A6.22034423@news1.teleport.com>


spool someFILEname
select 'alter table '||table_name||' cache;' from user_tables where table name like 'DR%';
spool off
@someFILEname
exit

DSmith wrote in message <37146680.0_at_208.206.112.5>...
>All,
>
>We're running ConText 2.3.6 on 8.0.4 on NT to provide text search &
>retrieval of documents that have been OCR'd. We have noticed that there
>appears to be a lot of disk activity associated with each search a user
>initiates.
>
>I assume that ConText is searching the DRSYS indices and not the text data
>when executing a keyword search -- is this correct? If so, is there a way
>to load these indices into system memory to avoid the delays associated
with
>disk access?
>
>Any info would be greatly appreciated.
>
>--David Smith
>dsmith_at_hpti.com
>
>
Received on Thu Apr 15 1999 - 06:53:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US