设置In_Memery

alter system set inmemory_size=4G scope=spfile;

alter table table_name inmemory;
alter table table_name no inmemory;

select * from v$inmemory_area;

原文地址:https://www.cnblogs.com/krisy/p/5126780.html