Re: Table In Memory

From: Naren Chintala <naren_at_mink.att.com>
Date: 1996/08/22
Message-ID: <4vi57j$83i_at_newsb.netnews.att.com>#1/1


dnguyeb_at_site.gmu.edu (Dong Duong Nguyen (SSE)) wrote:
> Hello,
> I was wondering if anyone knows how to load a table into memory
>and keep it there. I've got a large table that is constantly being accesses
>Keeping it in memory would help a lot.
>
>Thanks
>doug
>

Try the following.

SQL> alter table <table_name> cache; Received on Thu Aug 22 1996 - 00:00:00 CEST

Original text of this message