Re: Error in listener log
Posted by satish on Aug 24, 2021; 8:32am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Error-in-listener-log-tp10158p10162.html
Hi erman,
We checked below files.
oracle@test-db01-new ~]$ ls -lrt /etc/security/limits.conf
-rw-r--r-- 1 root root 2603 Aug 17 11:46 /etc/security/limits.conf
[oracle@test-db01-new ~]$ cat /etc/security/limits.conf
oracle soft nproc 65536
oracle hard nproc 65536
oracle soft nofile 65536
oracle hard nofile 65536
oracle soft stack 10240
oracle soft memlock unlimited
oracle hard memlock unlimited
# End of file
[oracle@test-db01-new ~]$
[oracle@test-db01-new ~]$ ulimit
unlimited
[oracle@test-db01-new ~]$
But after restarting listener, error didn’t appear.Some argue this due to high cpu consumption on server.Anything else to check.Pls advice.
We have 48vcpu and processes as 15000 and sessions as 26000
Thank you