Rman doesnot delete backup on Disk
Rman doesn't delete backups on ZFS storage whereas its deletes it from the repository .
-WA:Delete it manually on the OS level
-Database version Version 19.18.0.0.0
-RMAN script:
……………
crosscheck backup;
delete noprompt EXPIRED BACKUP;
delete no prompt OBSOLETE RECOVERY WINDOW OF 15 days;
……..
-RMAN Config:
oracle@dbx801vm4 ~]$ rman target /
Recovery Manager: Release 19.0.0.0.0 - Production on Mon Jul 8 10:55:09 2024
Version 19.18.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
connected to target database: ENPO (DBID=1915429811)
RMAN> SHOW RETENTION POLICY;
using target database control file instead of recovery catalog
RMAN configuration parameters for database with db_unique_name ENPO are:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 16 DAYS;