Linux作为Oracle数据库服务器时的/etc/sysctl.conf的权限

[root@rhel63single ~]# ls -lrt /etc/sysctl.conf 
-rw-r--r--. 1 root root 1410 Feb 20  2013 /etc/sysctl.conf  -------->>>属主能读写,同组的读,其他的读.
[root@rhel63single ~]# uname -r
2.6.32-279.el6.x86_64
[root@rhel63single ~]# uname -a
Linux rhel63single 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@rhel63single ~]# 

一定要遵守上面的"属主能读写,同组的读,其他的读."

参考文章:
Kernel Parameter Setting Mismatch Causing a Clusterware Error (Doc ID 1645521.1)

你可能感兴趣的:(Oracle,DB)