Truncate listener log file on windows
Hi,
I have a oracle database on windows and the listener log file is growing very fast.
we know the standard way to housekeep listener log file without stop listener is: 1) set log_status=off; 2)rename listener log file ; 3)set log_status=on.
But my listener had hardening with "ADMIN_RESTRICTIONS_DB1 = ON" to restrict change listener configuration online, so that I can't house keep the listener log file online now.
LSNRCTL>
LSNRCTL> set log_status off
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxxx)(PORT=1521)))
TNS-12508: TNS:listener could not resolve the COMMAND given
LSNRCTL>
Could you have to advise alternative way to house-keep the listener online when
0