online清理oracle 监听日志推荐的做法

参考metalink id

How to Rotate or Purge Listener Log Data to Avoid Large listener.log File? (文档 ID 1457196.1)


LSNRCTL>
LSNRCTL> set current_listener
LSNRCTL> set log_status off

In another window rename the log file. Then return to previous window

LSNRCTL> set log_status on

which will create a new and empty listener.log file which will continue logging.



来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7199859/viewspace-2125925/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/7199859/viewspace-2125925/

你可能感兴趣的:(数据库)