ORA-00845:MEMORY_TARGET not supported on this system

Posted orcl-2018

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORA-00845:MEMORY_TARGET not supported on this system相关的知识,希望对你有一定的参考价值。

1.启动数据库报错如下 :
[email protected] orcl >startup
ORA-00845: MEMORY_TARGET not supported on this system
 
2.查看警告日志
tail /u01/app/oracle/diag/rdbms/orcl/orcl/trace/alert_orcl.log
技术分享图片

 

技术分享图片
技术分享图片
 
报错原因是/dev/shm值太小,至少大于1168才可以
 
3.查看/dev/shm大小
技术分享图片

 

技术分享图片
 
4.root用户加大/dev/shm
mount -o remount,size=2G /dev/shm
技术分享图片

 

技术分享图片
5.startup数据库
6.df -h 查看/dev/shm是否改变大小

以上是关于ORA-00845:MEMORY_TARGET not supported on this system的主要内容,如果未能解决你的问题,请参考以下文章

ORA-00845: MEMORY_TARGET not supported on this system

ORA-00845: MEMORY_TARGET not supported on this system

ORA-00845: MEMORY_TARGET not supported on this system

ORA-00845: MEMORY_TARGET not supported

ORA-00845: MEMORY_TARGET not supported on this system

解决办法:ORA-00845: MEMORY_TARGET not supported on thi