Check: DB shell limits hard nofile
Hello.
$subj check run under root (ORAchk 12.1.0.2.4) - is faulty :
Recommendation: The hard nofile shell limit for the Oracle DB software install owner as defined in /etc/security/limits.conf should be >= 65536.
Status on node1:
WARNING => Shell limit hard nofile for DB is NOT configured according to recommendation
DATA FROM NODE1 - DB SHELL LIMITS HARD NOFILE root hard nofile 4096
Definitely, root in our case is not an DB soft installation owner as stated above. Our /etc/security/limits.conf is perfectly fine :
cat /etc/security/limits.conf | grep oracle
oracle | soft | nproc 2047 |
oracle | hard | nproc 16384 |
oracle | soft | nofile 4000 |
oracle |