What about using the find command to delete old archive logs? We keep two days worth.

find $ORALOG/archive -mtime +1 | xargs rm -rf