Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Pinning a Table?
How about caching the table in memory? By issuing alter table <tablename>
cache;, you can cache the table in memory. But beware of your cache hit
ration performance. If it is deterioating.. it may not be such a good idea
after all!
Winnie
Chris wrote in message <360E6C96.9EBFD93A_at_reddogg.ne.mediaone.net>...
>I know that you can pin a PL/SQL object in the shared pool, but is there
>anyway to pin a table in memory? If I have a table that I want to make
>sure is always in memory, how do I accomplish this task?
>
>Many thanks,
>Chris
>
Received on Sun Sep 27 1998 - 16:03:07 CDT
![]() |
![]() |