Quote Originally Posted by gandolf989 View Post
Of course there is, it's unix you can code almost anything...

Code:
find $ARCHIVE -mtime +6 | xargs rm -rf
If I do this, Oracle will not know those files were deleted and when the DB_RECOVERY_FILE_DEST_SIZE reaches, database will not open. This was happened on one of our servers and my boss wanted that archive logs must be deleted AUTOMATICALLY.