oracle 10g和11g将表到缓存到内存中

alter table 表名 cache;
alter table 表名 storage(buffer_pool keep);

原文地址:https://www.cnblogs.com/Catherine2011/p/6544245.html