alter system set inmemory_size=4G scope=spfile; alter table table_name inmemory; alter table table_name no inmemory; select * from v$inmemory_area;
设置In_Memery
原文:http://www.cnblogs.com/krisy/p/5126780.html