Skip to Main Content

Oracle Database Discussions

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!

How Rman cleanup work

tarun srinivas akulaOct 3 2022 — edited Oct 3 2022

If i refresh my DB with duplicate command from prod to dev, does the DBID changes or the same DBID of DEV prior to refresh will be retained.
Does rman cleanup works depending on DBID or ORACLE_SID?
If DBID then how rman cleans-up old db backups with old DBID's(Considering the DBID's change when i use duplicate command to refresh) for the same database(SID)
Please suggest. I see old database backups on disk even after retention and delete obsolete.
so want to know how this works.
Command to refresh:
duplicate target database to <DEV_SID>;
I do use catalog
Thanks,
Tarun.

Comments
Post Details
Added on Oct 3 2022
1 comment
102 views