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 -> Pin a table in memory

Pin a table in memory

From: Joel Garry <Joel.Garry_at_pebble.org>
Date: 1997/01/23
Message-ID: <66b_9701231522@pebble.org>#1/1

"AC> From: "Tony A. Carey" <tcarey_at_ent.mrj.com>

"AC> To anyone who can help

"AC> Is there anyway to force rows of an oracle table to remain resident in
"AC> machine memory during the time in which the instance is running?

"AC> Regards,

"AC> Tony.

"AC> ---

Not really, although you can alter table ... cache. This places the blocks that are retrieved into the most recently used end of the LRU list, so they will likely stay in memory longer.

More explanation can be obtained by doing an altavista search on LRU +oracle.

Depending on what you are doing, you could put the values in a package and pin it in memory, too.

jg

--
Standard disclaimer: The views of this user are strictly his own.
Received on Thu Jan 23 1997 - 00:00:00 CST

Original text of this message

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