listener log file
My database version is 11g Release 11.1.0.6.0.
I need my listener to write to a specific log file, I've tried different things including setting the following parameters in listener.ora and restrarting the listener:
LOG_DIRECTORY_LISTENER = /mydesireddirectory
LOG_FILE_LISTENER =/mydesireddirectory/listener.log
In spite of whatever I do, it puts the log file in :
/ORACLE_HOME/log/diag/tnslsnr/hostname/listener/alert/log.xml
can anyone tell me how to get round this please, I don't want an xml listener log and I don't want it in that directory.
thank you.