Not able to view incremental backups using List command
Hi,
Database version : Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit
Operating System : Oracle Solaris 10 1/13 s10s_u11wos_24a SPARC
Issue :
I am taking daily incremental backup of our database as :
First day of the month as :
Backup incremental level 0 database plus archivelog tag='MONTH_Date_Day';
Monday to Saturday as (Unless its a day 1 of that month) :
Backup incremental level 1 database plus archivelog tag='MONTH_Date_Day';
Every Sunday as :
Backup incremental level 1 cumulative database plus archivelog tag='MONTH_Date_Day';
Query :
How can I list backup with tag name and get them deleted when required as we do not have any retention policy mentioned.