熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Oracle >> 正文

ORACLE在HP-UX下的系列問題處理(29)

2022-06-13   來源: Oracle 

  系統管理啟動時Oracle 錯誤 shmget共享內存
  
  問題描述
  
   擁有Oracle邏輯卷組的測試系統上遇到一個問題在啟動Oracle 時出現Oracle 錯誤號:
  
   smssg: shmget error unable to get a shared memory segment
  
   原因 shmget 錯誤代碼沒有為整個的SGA找到足夠大的單個段由於致命錯誤導致無法繼續下一個分配模型
  
   措施檢查返回的錯誤號確認系統上有足夠的可用共享內存可滿足整個SGA的要求
  
  是否有補丁程序能夠解決這個問題?
  
  配置信息
  
  操作系統 HPUX
  版本
  硬件系統 HP
  系列 G
  
  解決方法
  
  安裝下面的不補丁程序
  
  PHKL_
  注補丁程序可以被後來的版本替代因此確保加載最新的版本
  
  原因
  
  : shmget 錯誤代碼沒有為整個的SGA找到足夠大的單個段由於致命錯誤導致無法繼續下一個分配模型
  
   措施檢查返回的錯誤號確認系統上有足夠的可用共享內存可滿足整個SGA的要求
  
  是否有補丁程序能夠解決這個問題?
  
  操作系統 HPUX
  版本
  硬件系統 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
  :
  
   smssg: 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 HPUX
  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 HPUX
  Version
  Hardware System HP
  Series G

From:http://tw.wingwit.com/Article/program/Oracle/201311/18488.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.