RMAN-07553:Oracle 12c vs Oracle 19c
I have the same RMAN configuration for both test db and prod db under 12c env for years. The setting for Recovery window is 20 days and control_file_record_keep_time is 7 days with no errors. But I got the error " RMAN-07553: warning: RECOVERY WINDOW is more than CONTROL_FILE_RECORD_KEEP_TIME" after upgraded test db from 12c to 19c. I can fix this error base on Doc ID 397269.1 . But my question is why my other 19c databases didn't get this error? are there any other workaround solution that I don't have to change the control_file_record_keep_time to more than 10 days with 20 days recovery window?