当前位置:网站首页>Oracle11g reports an error when starting the database ora-27154: post/wait create failed
Oracle11g reports an error when starting the database ora-27154: post/wait create failed
2022-06-26 10:35:00 【NYTWTYN】
ORA-27154: post/wait create failed
This error is caused by the failure to obtain the operating system semaphore during startup ( Semaphores can be understood as memory locks ), When a process needs to use memory, it must first obtain a semaphore before applying for memory .
Generally during installation ,oracle Medium processes Parameter set to processes*2+15 It's safe .
Usually report an error ORA-27154: post/wait create failed There are also several errors :
ORA-27300: OS system dependent operation:semget failed with status: 28
ORA-27301: OS failure message: No space left on device
ORA-27302: failure occurred at: sskgpcreates
These errors are reported because processed Too big , The semaphore to be acquired is not enough, resulting in .
View current settings
[[email protected] oracle]$ cat /proc/sys/kernel/sem
250 32000 100 128
4 The data correspond to :SEMMSL SEMMNS SEMOPM SEMMNI
The specific meaning is not explained here , Just say the modification scheme .
take sem Is changed to :5010 641280 5010 128
If you need to apply it automatically when starting , Can be found in /etc/sysctl.conf increase :
kernel.sem =5010 641280 5010 128
sysctl -p
边栏推荐
- MySQL第七次作业-更新数据
- Searchview click failure
- 開發者,微服務架構到底是什麼?
- Dynamic library connection - symbol conflict - global symbol intervention
- Leetcode intermediate node of linked list
- Based on Zeng Shen's explanation, the line segment tree is studied again one
- Small example of SSM project, detailed tutorial of SSM integration
- MySQL Chapter 6 Summary
- 磁带库简单记录1
- 挖财商学院证券开户安全嘛?
猜你喜欢

字符串常量池、class常量池和运行时常量池

What is in the method area - class file, class file constant pool, runtime constant pool

开发者,微服务架构到底是什么?

Win10安装tensorflow-quantum过程详解

Function run time

What should the preview do?

904. fruit baskets

MySQL第九次作业-连接查询&子查询

MySQL 8th job

See how I store integer data in the map < string, string > set
随机推荐
1. 两数之和(LeetCode题目)
MySQL Chapter 5 Summary
About multi table query of MySQL
sysbench基础介绍
Based on Zeng Shen's explanation, the line segment tree is studied again one
Global and Chinese market for baked potato chips 2022-2028: Research Report on technology, participants, trends, market size and share
Omni channel, multi scenario and cross platform, how does app analyze channel traffic with data
Développeur, quelle est l'architecture des microservices?
Reshape a two-dimensional array with 3 rows and 3 columns to find the sum of the diagonals
Pytest configuration file
Oracle11g 启动数据库时报错 ORA-27154: post/wait create failed
AIX基本操作记录
工程数学概率论统计简明教程第二版复习大纲
挖财商学院证券开户安全嘛?
What should the preview do?
【LeetCode】59. 螺旋矩阵 II
String类intern()方法和字符串常量池
磁带库简单记录1
Progressive web application PWA is the future of application development
Write data to local file