ORACLE在HP-UX下的系列問(wèn)題處理(29)
2024-08-29 13:40:05
供稿:網(wǎng)友
系統(tǒng)治理:?jiǎn)?dòng)時(shí)Oracle 錯(cuò)誤 7306 - shmget,共享內(nèi)存
問(wèn)題描述
擁有Oracle邏輯卷組的測(cè)試系統(tǒng)上碰到一個(gè)問(wèn)題,在啟動(dòng)Oracle 時(shí),出現(xiàn)Oracle 錯(cuò)誤號(hào)7306:
07306, 00000, sms1sg: shmget error, unable to get a shared memory segment.
原因: shmget 錯(cuò)誤。代碼沒(méi)有為整個(gè)的SGA找到足夠大的單個(gè)段,由于致命錯(cuò)誤導(dǎo)致無(wú)法繼續(xù)下一個(gè)分配模型。
措施:檢查返回的錯(cuò)誤號(hào),確認(rèn)系統(tǒng)上有足夠的可用共享內(nèi)存,可滿足整個(gè)SGA的要求。
是否有補(bǔ)丁程序能夠解決這個(gè)問(wèn)題?
配置信息
操作系統(tǒng) - HP-UX
版本 - 10.20
硬件系統(tǒng) - HP9000
系列 - G30
解決方法
安裝下面的不補(bǔ)丁程序:
PHKL_15086
注:補(bǔ)丁程序可以被后來(lái)的版本替代;因此確保加載最新的版本。
原因
: shmget 錯(cuò)誤。代碼沒(méi)有為整個(gè)的SGA找到足夠大的單個(gè)段,由于致命錯(cuò)誤導(dǎo)致無(wú)法繼續(xù)下一個(gè)分配模型。
措施:檢查返回的錯(cuò)誤號(hào),確認(rèn)系統(tǒng)上有足夠的可用共享內(nèi)存,可滿足整個(gè)SGA的要求。
是否有補(bǔ)丁程序能夠解決這個(gè)問(wèn)題?
操作系統(tǒng) - HP-UX
版本 - 10.20
硬件系統(tǒng) - HP9000
系列 - G30
.........following with all English text ....
SYS ADM: On startup, Oracle error 7306 - 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
7306:
07306, 00000, sms1sg: 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 - 10.20
Hardware System - HP9000
Series - G30
Solution
Install this patch:
PHKL_15086
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 - 10.20
Hardware System - HP9000
Series - G30