Hello
after using the below to rename datafiles:
1-ALTER TABLESPACE DATAMPP OFFLINE;
2-RMAN> COPY DATAFILE '+DATA/delta/datafile/datampp.328.877737659' TO '+NEWDATA';
3-sqlplus> alter database rename file ' ' to ' ' ;
4-ALTER TABLESPACE DATAMPP ONLINE
rman logs shows the backup as copy as obsolete and tries to delete it and luckily fails with :
RMAN-06207: WARNING: n objects could not be deleted for DISK channel(s) due
RMAN-06208: to mismatched status. Use CROSSCHECK command to fix status
please advise on how to configure rman to consider the copy of datafile not obsolete
and never tries to delete it
Regards