当前位置:网站首页>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
边栏推荐
- Establishment of smart dialogue platform for wechat official account
- RDB持久化验证测试
- MySQL第十次作业-视图
- Progressive web application PWA is the future of application development
- 【无标题】
- Searchview click failure
- Appium automation test foundation - mobile end test environment construction (II)
- Introduction to libmagic
- MySQL第五章总结
- 磁带库简单记录1
猜你喜欢

方法区里面有什么——class文件、class文件常量池、运行时常量池

3行3列整形二维数组,求对角之和

SwiftUI 开发经验之为离线优先的应用程序设计数据层

See how I store integer data in the map < string, string > set

看我在Map<String, String>集合中,存入Integer类型数据

The first batch of 12 enterprises settled in! Opening of the first time-honored product counter in Guangzhou

全渠道、多场景、跨平台,App如何借助数据分析渠道流量

About multi table query of MySQL

The fourteenth MySQL operation - e-mall project

Flutter与原生通信(上)
随机推荐
Jar version conflict resolution
sysbench基础介绍
VS或Qt编译链接过程中出现“无法解析的外部符号”的原因:
904. 水果成篮
Small example of SSM project, detailed tutorial of SSM integration
String constant pool, class constant pool, and runtime constant pool
SSH, SCP command appears permission denied, please try again solution
8-图文打造LeeCode算法宝典-最小栈与LRU缓存机制算法题解
MySQL 12th job - Application of stored procedure
Developers, what is the microservice architecture?
Global and Chinese market of amateur football helmets 2022-2028: Research Report on technology, participants, trends, market size and share
MySQL第八次作业
MySQL第十一作业-视图的应用
Win10安装tensorflow-quantum过程详解
方法区里面有什么——class文件、class文件常量池、运行时常量池
MySQL seventh job - update data
MySQL第十次作业-视图
[binary search] 4 Find the median of two positive arrays
Under the double reduction, the amount of online education has plummeted. Share 12 interesting uses of webrtc
Progressive Web 应用程序PWA是应用程序开发的未来