解决办法:ORA-00845: MEMORY_TARGET not supported on thi
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决办法:ORA-00845: MEMORY_TARGET not supported on thi相关的知识,希望对你有一定的参考价值。
ORA-00845: MEMORY_TARGET not supported on this systemRA:Linux系统的shm大小比SGA设置的小造成的,SGA设置为4G,而shm只有1G
解决办法:
1.临时解决
mount -o size=8G -o nr_inodes=1000000 -o noatime,nodiratime -o remount /dev/shm
2.永久解决
调整shm大小,
vim /etc/fstab
tmpfs /dev/shm tmpfs defaults 0 0
改成
tmpfs /dev/shm tmpfs defaults,size=6G 0 0
wq保存退出
重新mount,使shm生效
mount -o remount /dev/shm
以上是关于解决办法:ORA-00845: MEMORY_TARGET not supported on thi的主要内容,如果未能解决你的问题,请参考以下文章
解决办法:ORA-00845: MEMORY_TARGET not supported on thi
startup ORA-00845: MEMORY_TARGET not supported on this system