系統管理
啟動時Oracle 錯誤
shmget
共享內存
問題描述
擁有Oracle邏輯卷組的測試系統上遇到一個問題
在啟動Oracle 時
出現Oracle 錯誤號
:
sms
sg: shmget error
unable to get a shared memory segment
原因
shmget 錯誤
代碼沒有為整個的SGA找到足夠大的單個段
由於致命錯誤導致無法繼續下一個分配模型
措施
檢查返回的錯誤號
確認系統上有足夠的可用共享內存
可滿足整個SGA的要求
是否有補丁程序能夠解決這個問題?
配置信息
操作系統
HP
UX
版本
硬件系統
HP
系列
G
解決方法
安裝下面的不補丁程序
PHKL_
注
補丁程序可以被後來的版本替代
因此確保加載最新的版本
原因
: shmget 錯誤
代碼沒有為整個的SGA找到足夠大的單個段
由於致命錯誤導致無法繼續下一個分配模型
措施
檢查返回的錯誤號
確認系統上有足夠的可用共享內存
可滿足整個SGA的要求
是否有補丁程序能夠解決這個問題?
操作系統
HP
UX
版本
硬件系統
HP
系列
G
following with all English text
SYS ADM: On startup
Oracle error
shmget
shared memory
Problem Description
I am having a problem on a test system that has logical volume groups for Oracle
When bringing Oracle up
I receive Oracle Error Number
:
sms
sg: shmget error
unable to get a shared memory segment
Cause: Error in shmget
The code fails to find a single segment large enough for the entire SGA
but cannot continue to the next allocation model because of a fatal error
Action: Check errno returned
Verify that enough shared memory is available on the system to fit the entire SGA
I there a patch for this problem?
Configuration Info
Operating System
HP
UX
Version
Hardware System
HP
Series
G
Solution
Install this patch:
PHKL_
Note: Patches can be superseded by subsequent versions;
be sure to load the current version
Cause
: Error in shmget
The code fails to find a single segment
large enough for the entire SGA
but cannot continue to
the next allocation model because of a fatal error
Action: Check errno returned
Verify that enough shared memory is available on the system to fit the entire SGA
I there a patch for this problem?
Operating System
HP
UX
Version
Hardware System
HP
Series
G
From:http://tw.wingwit.com/Article/program/Oracle/201311/18488.html