Skip to Content
1
Apr 18, 2014 at 11:01 PM

clean/purge old listener log files with oracle 11G

6553 Views

Hi Experts,

We are using oracle 11G (11.2.0.3.0) on AIX

Listener log file ( log.xml) grows and after 10 MB it renames the file log_1.xml , log_2.xml ......so on, Finally the directory gets full.

We have to delete the old files manually, brconnect cleanup job does not take care of listener logs cleanup

Our listener log location is /oracle/diag/tnslsnr/sapt1pdb/listener/alert/log.xml

Oracle DB Alert log location is /oracle/T1P/saptrace/diag/rdbms/t1p/T1P/alert/log.xml

How can we include listener log file cleanup with brconnect ? is there any other automated way to clean purge old log files

Please help if any one has experties on this