IBM AIX RISC System/6000 Error: 1: Not owner
SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jun 9 14:32:37 2008
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
SQL> conn /as sysdba
Connected to an idle instance.
SQL> STARTUP
ORA-27126: unable to lock shared memory segment in core
IBM AIX RISC System/6000 Error: 1: Not owner
Changes
The Oracle Home binaries have been patched to 10.2.0.4.0.Cause
"oracle" user does not have the required OS capabilities. When
LOCK_SGA is set to TRUE in 10.2.0.4, "oracle" user must have OS large
pages capabilities.
Following command can be used to check "oracle" user capabilities
$ lsuser -a capabilities oracle
Solution
1. Add the CAP_BYPASS_RAC_VMM and CAP_PROPAGATE capabilities to "oracle" user
# chuser capabilities=CAP_BYPASS_RAC_VMM,CAP_PROPAGATE oracle
2. Configure the AIX large page pool by calculating the number of large pages required for the SGA:
num_of_large_pages = INT((total_SGA_size-1)/16MB)+1
3. Configure the number and size of large pages:
# vmo -p -o lgpg_regions=num_of_large_pages -o lgpg_size=16777216
這裡根據我設定SGA為4000M,進行
# vmo -p -o lgpg_regions=300 -o lgpg_size=16777216
調整後資料庫可以正常啟動
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/48010/viewspace-1031184/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- IBM /AIX 環境快速部署MySQLIBMAIMySql
- IBM AIX儲存層結構分析+aix常用命令IBMAI
- System Error CodesError
- 聯想(IBM)System X3550 M5- NO OPROMIBM
- 解決 Error: ENOSPC: System limit for number of file watchers reachedErrorMIT
- 【AIX】AIX程式監控工具AI
- 【資訊採集】IBM AIX系統硬體資訊檢視命令(shell指令碼)IBMAI指令碼
- mysql 啟動錯誤(InnoDB: Operating system error number 13 )MySqlError
- Exchange - Add Owner of Distribution Group
- system.exit(0)和system.exit(1)的區別
- AIX VGDAAI
- ERROR: SharePlex-8.6.4-b66-oracle110-aix-53-ppc-m64.tpm: Unpacking failed, pleasErrorOracleAI
- The database owner SID recorded in the master database differs from the database owner SID recorded in database 'DB_NAME'DatabaseAST
- :-1: error: [Makefile.Debug:1234: debug/moc_serialportthread.cpp] Error 1Errorthread
- 【AIX-PS】AIX系統ps命令詳解AI
- CC P5 Be the real owner of yourself
- 《Google File System》讀書筆記(1)Go筆記
- Install python on AIX 7PythonAI
- AIX掛載NFSAINFS
- AIX_EXT_VGAI
- aix lvm big vgAILVM
- 【AIX】記憶體AI記憶體
- aix升級opensshAI
- IBM財報:2019年Q1 IBM淨利潤15.9億 同比下滑5%IBM
- redhat系統伺服器重啟後提示An error occurred during the file system check.Redhat伺服器Error
- 【AIX】AIX7.1 C編譯環境部署指導說明AI編譯
- RISC-V全志D1多媒體套件文章彙總套件
- AIX的yum安裝AI
- AIX系統日誌AI
- AIX相關管理命令AI
- 10g RAC on AIXAI
- AIX基礎教程(zt)AI
- CISC和RISC的區別
- 【北亞資料恢復】IBM System Storage儲存lvm資訊丟失資料恢復方案資料恢復IBMLVM
- Ardupilot之感測器mpu6000流程學習(mpu6000)
- oracle xtts遷移 AIX to LinuxOracleTTSAILinux
- AIX中的裸裝置AI
- 20230404 M1 Mac在Clion中配置CH32 RISC-V工具鏈Mac
- Thread 1: Fatal error: init(coder:) has not been implementedthreadError