Database Backup and Recovery (MOSC)

MOSC Banner

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

DELETE (oracle.com)


Regards,

YNS_KC

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center