Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rman delete archive logs

SRL SupportJun 30 2016 — edited Jul 7 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2016
Added on Jun 30 2016
8 comments
2,456 views