ORA-27125终极解决方法

ORA-27125通过修改/proc/sys/vm/hugetlb_shm_group,重启之后就无法生效。

下面是一劳永逸的方法:

# more /proc/sys/vm/hugetlb_shm_group
0

# id ora10g
uid=501(ora10g) gid=502(oinstall) groups=503(oinstall),504(dba)
进入root用户
# vi /etc/sysctl.conf
加入如下的内容,其中504为dba组号,需要根据你实际的情况进行改变。
vm.hugetlb_shm_group = 504

# sysctl -p

猜你喜欢

转载自java-007.iteye.com/blog/1812280
今日推荐