Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

rman log error

MarwanHaberApr 28 2017 — edited Apr 28 2017

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 26 2017
Added on Apr 28 2017
14 comments
859 views