I wanted to know what are the possible ADRCI purge commands in Oracle 11g DB. I know of the following commands for purging alert & trace files respectively:
purge -age 10080 -type ALERT
purge -age 10080 -type TRACE
I wanted to know the similar command for listener log files found in the path $ORACLE_BASE/diag/tnslsnr/<unqualified_hostname>/listener/alert. The unqualified_hostname would mean that if the hostname is xyz.domain.com, the unqualified_hostname would be xyz.
I hope, my question is clear.
Please revert with the reply to my query.
Regards