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

Re: Pin a table in memory

From: R. Wayne Linton <linton_wayne/SCAN6_at_shell.ca>
Date: 1997/01/30
Message-ID: <5cqq9g$ott@nr1.ottawa.istar.net>#1/1

A cached table will be loaded into the 'most frequently accesses data' end of the SGA data buffers upon the first time that a FULL TABLE SCAN is done on the table. This is not a guarantee that the data will stay in the buffers forever, but significantly improves its chances of being there when you need it. typically the small reference tables are frequently accessed so would tend to stay in memory once loaded by the table scan.

-- 
R. Wayne Linton, I.S.P.
Database & Systems Management
Shell Canada Ltd.
Received on Thu Jan 30 1997 - 00:00:00 CST

Original text of this message

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