Warning:Direct NFS: please check that oradism is setuid
Production RAC database 12.1.0.2. in the database alert log, we found a warning:
Direct NFS: please check that oradism is setuid
The Oracle Support Doc ID 2415056.1 have to an intruction to check the permissions of the oradism file.
We have checked the permissions of the oradism file located in $ORACLE_HOME/bin and it looks this:
$ls -ld oradism
-rwxr-x--- 1 oracle dba 109247 Mar 6 01:28 oradism
But the original value:
$ ls -ld oradism
-rwsr-x--- 1 root dba 109247 Jul 7 2014 oradism
The question is how to change this permission to the original without impacting database?