Rman Delete to remove all backups before DB decommission.
Hello,
how to delete all old backups for decommission. I've tried setting Retention policy to
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 0 DAYS;
and
CONFIGURE RETENTION POLICY TO NONE;
neither will delete all old backups for DB to be decommission.
What is the best way to use RMAN to delete all old backups before commission?
Thanks in advance.