Listener logfile location:
$ORACLE_BASE\diag\tnslsnr\<listener_name>\trace
Because on busy OLTP databases listener logfile can grow very fast is usefull to archive logfile and then create new one.
Steps:
lsnrctl set log_status off
mv listener.log listener_old.log
lsnrctl set log_status on
$ORACLE_BASE\diag\tnslsnr\<listener_name>\trace
Because on busy OLTP databases listener logfile can grow very fast is usefull to archive logfile and then create new one.
Steps:
lsnrctl set log_status off
mv listener.log listener_old.log
lsnrctl set log_status on
No comments:
Post a Comment