|
原帖由 cugshomi 于 2008-2-1 19:11 发表 ![]()
-bash-3.00$ ls -l oracle
-rwsr-s--x 1 miner dba 118430560 Jan 16 14:38 oracle
这个默认权限是没有问题的,而且事实证明 在第一次远程访问通了之后 orapwSID文件的属性会自己变回640
我昨天没在意这个变化 早上看到帖子 想确认一下文件属性 但是发现都是640了 而且可以正常远程访问
I reproduced it in 10.2.0.1. My test shows that as long as you have read permission given to oracle on the password file, even as little as 400, remote sysdba login works, and the file permission changes to 640 when the login finishes. Any other permission, like 100, 200, 040, results in "ORA-01031: insufficient privileges" and of course the permission of the password file remains as is.
Yong Huang
[ 本帖最后由 Yong Huang 于 2008-2-5 13:16 编辑 ] |
|