Oracle database 11.2.0.3
Hello,
is there a way I can delete archivelogs after daily backups are performed in enterprise manager? The database is in archivelog mode. How can I modify the RMAN script?
run {
allocate channel oem_disk_backup device type disk;
recover copy of database with tag 'ORA_OEM_LEVEL_0';
backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA_OEM_LEVEL_0' database;
}
Regards,
Joe