RMAN change tag name after backup
Oracle Database 11.2.0.2.12 on Solaris 10.
Is there a way to change the name of a backup's tag AFTER the backup has been taken by RMAN?
I have a backup I want to, after the fact, mark as 'keep forever', as such:
RMAN> CHANGE BACKUPSET TAG year_end_2015 KEEP FOREVER;
Is it possible to also change the name of the tag itself, from year_end_2015 to something like keep_forever_year_end_2015?