oracle内存管理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle内存管理相关的知识,希望对你有一定的参考价值。

oracle 11g中  内存用了自动化管理

 

MEMORY_TARGET的值大于/dev/shm  就会报错  ORA-00845: MEMORY_TARGET not supported on this system错误,

redhat系列系统中,/dev/shm的默认值是系统总内存的一半

 

 

alter system set memory_max_target=1024M scope=spfile;

alter system set memory_target=1024M scop=spfile;

alter system set sga_target=0 scope=spfile;

alter system set sga_max_size=0 scope=spfile;

alter system set pga_aggregate_target=0 scope=spfie;

 

--查看sga

show parameter sga;

--查看实际pga

select * from v$pgastat

 

以上是关于oracle内存管理的主要内容,如果未能解决你的问题,请参考以下文章

Oracle 内存管理

oracle怎么设置自动管理内存

oracle内存管理

Oracle 11G R2的内存管理

ORACLE 11G内存管理方式

使用自动内存管理