Deleting rman backup using TAG with LIKE string_pattern
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
Regards,
YNS_KC