Hi Experts,
I know how to to compress Non-RAC listener.log file by following below method but I'm not sure how to compress scan listener logs in RAC environment.
LSNRCTL> SET LOG_STATUS OFF
Connecting to (ADDRESS=(PROTOCOL=TCP)(HOST=rac1.rajdbsolutions.com)(PORT=1522))
LISTENER parameter "log_status" set to OFF
The command completed successfully
After the above step, we go to listener log location and rename the listener.log file to something else e.g. Listener_old.log
Again turn back the listener logging ON using below command.
LSNRCTL> SET LOG_STATUS ON
Connecting to (ADDRESS=(PROTOCOL=TCP)(HOST=rac1.rajdbsolutions.com)(PORT=1522))
LISTENER parameter "log_status" set to ON
The command completed successfully
Finally we can just compress the renamed listener log file in order to release space.
Please explain the steps to compress SCAN listener log file in RAC environment.
Thanks,