How to manage a growing listener.log file?
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.