# logrotate alert.log

A ajouter dans /etc/logrotate.d/alert\_orcl

```
#alert log base ORCL
/oracle/ora11g/diag/rdbms/orcl/ORCL/trace/alert_ORCL.log {
   monthly
   rotate 3
   notifempty
   missingok
   copytruncate
   nocreate
   compress
}
```