ORA-27102 "Out of Memory"
在/etc/system 下添加了推荐的关于share memory的参数,重起系统后还是没有效果,搜索 了一下,得到了一个解决方案:
shminfo_shmmax is an obsoletes tuneable, which is replaced by the following resource control project.max-shm-memory, which in turns defaults to 1/4 of physical memory if not set.
I would suggest
groupadd dba
useradd -g dba -d ${ORACLE_HOME} -m -s /bin/bash oracle
change permissions etc on ORACLE_HOME and so on.
then
projadd -U oracle -G dba -c 'Ora DB' -p 162 user.oracle
projmod -sK 'project.max-shm-memory=(priv,48g,deny)' user.oracle
then log in as oracle and check the value via
prctl -n project.max-shm-memory -i project user.oracle
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/37724/viewspace-152565/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/37724/viewspace-152565/