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: Caching in RAM

Re: Caching in RAM

From: Greg Vitetzaks <gvitetz_at_cam.org>
Date: 1998/04/08
Message-ID: <01bd634d$7817cfe0$272c54c7@parallax>#1/1

to tell oracle to put a table into the SGA run the following:

ALTER TABLE Table_Name Cache;

This will not guarantee it will stay in the SGA. It will keep the table in the SGA for as long as possible. The next time you startup the instance it will place the table into the SGA until you tell it otherwise.

Greg Vitetzakis.
DBA Michael Will de Laforcade <mwill_at_dris.com> wrote in article <6gdhmk$app$1_at_news0-alterdial.uu.net>...
> Is there any way to tell the server to cache a certain table in RAM. We
 run
> a process 4 times a day that would really benefit if the table could be
> cached and then moved out when done.
>
> Michael.
>
>
>
>
>
Received on Wed Apr 08 1998 - 00:00:00 CDT

Original text of this message

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