Linux 10g --ORA-27125: unable to create shared memory segment
dbs]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Feb 27 14:57:52 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-27125: unable to create shared memory segment
Linux-x86_64 Error: 1: Operation not permitted
這個問題N 年後再遇到,無奈查metalink 解決方案:
# echo 502 > /proc/sys/vm/hugetlb_shm_group
# vi /etc/sysctl.conf
加在最後面
vm.hugetlb_shm_group = 502
[root@localhost oradisk]# sysctl -p
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Feb 27 14:57:52 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-27125: unable to create shared memory segment
Linux-x86_64 Error: 1: Operation not permitted
這個問題N 年後再遇到,無奈查metalink 解決方案:
# echo 502 > /proc/sys/vm/hugetlb_shm_group
# vi /etc/sysctl.conf
加在最後面
vm.hugetlb_shm_group = 502
[root@localhost oradisk]# sysctl -p
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/34596/viewspace-1094343/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解決ORA-27125: unable to create shared memory segment
- Linux 6.2 安裝Oracle 10g ORA-27125:unable to create shared memory segmentLinuxOracle 10g
- ORA-27125:unable to create shared memory segment 解決方法
- ORA-27125:unable to create shared memory segment 解決方法?
- DBCA建立ASM報錯ORA-27125: unable to create shared memory segmentASM
- Unable to create git index lockGitIndex
- [轉]ABAP Memory/SAP Memory/Shared Buffer/DatabaseDatabase
- Oracle Shared Pool Memory ManagementOracle
- oninit -vy 出錯: Fatal error in shared memory creation 以及 shared memory already existsError
- ORA-1652: unable to extend temp segment errors In RACError
- ftp_rawlist: Unable to create temporary file.FTP
- Fatal error in launcher: Unable to create process using '"'Error
- SAPOSCOL not running (Shared memory not available)AI
- oralce 10g中的segment type
- Unable to create index.lock File exists錯誤Index
- ORA-1652: unable to extend temp segment by 256 in tablespace PSAPTEMPAPT
- Linux 無許可權建立資料夾( 報錯:Unable to create ... directory.)Linux
- linux 5.6 ORA-27125Linux
- linux 6.1安裝oracle 10g出現 ora-27125和hugepage記載LinuxOracle 10g
- Unable To Create Database Using ASM ORA-15055DatabaseASM
- PostgreSQL DBA(95) - PG 12 Partition(out of shared memory)SQL
- GPU程式設計(五): 利用好shared memoryGPU程式設計
- Oracle - ORA-01652: unable to extend temp segment by 128 in tablespace TEMPOracle
- ASM例項使用CREATE PFILE FROM MEMORY的bugASM
- Create Logical Standby For Oracle 10GOracle 10g
- ORA-09925: Unable to create audit trail file彙總AI
- Default behavior of create & rebuild index in 10G (zt)RebuildIndex
- Oracle - ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1'Oracle
- Linux Cache MemoryLinux
- Linux Memory ManagementLinux
- Oracle案例01——ORA-09925: Unable to create audit trail fileOracleAI
- 救命啊java.lang.OutOfMemoryError: unable to create new native threadJavaErrorthread
- git拉取程式碼報錯filename too long unable to create fileGit
- Document TitleTECH: Unix Semaphores and Shared Memory Explained (Doc ID 15566.1)AI
- ASMM (Auto Shared Memory Manangement) 自動共享記憶體管理ASMNaN記憶體
- oracle 10g _create tablespace相關語法Oracle 10g
- ORA-1652: unable to extend temp segment by 128 in tablespace錯誤的解決方法
- java.lang.OutOfMemoryError- unable to create new native thread 問題排查JavaErrorthread