ORACLE 错误案例—ORA-27102: out of memory

Posted elontian

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORACLE 错误案例—ORA-27102: out of memory相关的知识,希望对你有一定的参考价值。

SQL> startup
ORA-27102: out of memory
Linux-x86_64 Error: 28: No space left on device
Additional information: 2097152

[[email protected] ~]$ cat /etc/redhat-release
CentOS release 6.9 (Final)
[[email protected] ~]$ uname -a
Linux kingdee-test 2.6.32-696.el6.x86_64 #1 SMP Tue Mar 21 19:29:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

内存使用情况:

$ free -m
total used free shared buffers cached
Mem: 15866 337 15529 0 15 130
-/+ buffers/cache: 191 15675
Swap: 7999 0 7999

 

解决方式:

vi /etc/sysctl.conf 增大kernel.shmall  kernel.shmmax

kernel.shmall = 5368709120
kernel.shmmax = 12884901888

# sysctl -p

 

以上是关于ORACLE 错误案例—ORA-27102: out of memory的主要内容,如果未能解决你的问题,请参考以下文章

你好,请问oracle11G安装的时候报ora-27102out of memory错误该怎么解决

Oracle 10G DBCA ORA-03113 ORA-27102

Linux下安装oracle快结束的时候报错 ORA-27102:out of memory ORA-01034:ORACLE not a availab

ORA-27102: out of memory解决办法

ORA-1034 ORA-27102

ORA-27102: out of memory Linux-X86_64