Oracle10g startup報ORA-27102

linfeng_oracle發表於2013-09-27
Oracle10g startup報ORA-27102
 
DB版本:10.2.0.4
OS版本:Linux-X86_64
 
資料庫啟動報錯:
 
SQL> startup nomount
 ORA-27102: out of memory
 Linux-x86_64 Error: 28: No space left on device
 
檢視sga,系統引數:
show parameter sga
12G
 
$ cat /proc/sys/kernel/shmall
 2097152
 
$ getconf PAGE_SIZE
 4096
 
根據公式12G/4096=3145728,shmall引數至少要設為3145728
 
我這裡設為4194304
 
kernel.shmall = 4194304
16G/4096=4194304
 then run the following command:
$ sysctl -p
 $ cat /proc/sys/kernel/shmall
 4194304
 
資料庫啟動成功。
 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24996904/viewspace-773450/,如需轉載,請註明出處,否則將追究法律責任。

相關文章