Re: listener.log
Posted by ErmanArslansOracleBlog on Apr 13, 2021; 11:29am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/listener-log-tp9588p9618.html
If the log_status is already on, then disable and enable it..
Try disabling and enabling the log_status..
LSNRCTL>set LOG_STATUS off
LSNRCTL>set LOG_STATUS on
LSNRCTL>save_config
Once you do the that, check the listener log again..
Also try to find the listener log by searching through / directory..
$cd /
find . -name '*listener*' -print
execute the above command with root and lets see..