Skip to Main Content

Oracle Database Discussions

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!

Deleting rman backup using TAG with LIKE string_pattern

YNS_KCApr 4 2023

Hi,

Could someone help me find a way to delete rman backup using tag with like

The below commands works perfectly

DELETE BACKUP TAG "Specific string" COMPLETED before 'sysdate-15';

What I am trying to achieve is

DELETE BACKUP TAG Like **"String%"** COMPLETED before 'sysdate-15';

I could see a reference int he below doc

DELETE (oracle.com)

image.png

Regards,

YNS_KC

This post has been answered by mghaffari94 on Apr 5 2023
Jump to Answer
Comments
Post Details
Added on Apr 4 2023
8 comments
3,695 views