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)

Regards,
YNS_KC