oracle max(0 ),ORA-27033:additional information:maxsems = 4004,verify_semcnt = 0解决办法-Oracle

ORA-27033:additional information:maxsems = 4004,verify_semcnt = 0解决办法

ORA-27154ORA-27300ORA-27301ORA-27302ORA-27303

今天在一个 RAC 上创建 RAC one node 数据库时遇到如下错误:

mUFVRf.jpeg

费尽一般周折在网上和MOS上找来找去,发现这个错误代码的原因很多,从 ORA-27302 的输出可以区别,本例是由于内核参数中

kernel.sem 值太小,导致无法操作系统无法分配更多的空间来启动建库时要启动的进程。

改大即解决。

[root@slcah434 ~]# sysctl -p | grep sem

kernel.sem = 250 72000 256 512

----------------------------------------

[root@slcah434 ~]# sysctl -p | grep sem

kernel.sem = 250 96000 256 512

关于 sem 参数

The kernel parameter sem consists of 4 tokens, SEMMSL, SEMMNS, SEMOPM and SEMMNI. SEMMNS is the result of SEMMSL multiplied by SEMMNI. The database manager requires that the number of arrays (SEMMNI) be increased as necessary. Typically, SEMMNI should be twice the maximum number of connections allowed (MAXAGENTS) multiplied by the number of logical partitions on the database server computer plus the number of local application connections on the database server computer.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值