Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to manage a growing listener.log file?

user128148Jan 8 2009 — edited Jan 9 2009
Hello,

I want to manage the size of the listener.log file. I am thinking of using the utl_file and rename the listener.log file when it reaches a certain size. Then use the utl_file to create a new empty listener.log file. What would happen if during the rename of the listener.log file, oracle needs to write it? Would oracle automatically create a new listener.log file if one does not exist? (I know oracle would create an alert log if one doesn't exist, but what about the listener.log) Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2009
Added on Jan 8 2009
3 comments
4,669 views