RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of recover command at 05/19/2023 06:42:41 ORA-00283: recovery session canceled due to errors RMAN-11003: failure during parse/execution of SQL statement: alter database recover if needed start until change 8686596 ORA-00283: recovery session canceled due to errors ORA-38872: Cannot perform backup control file recovery if Flashback Database is enabled |
Disable flashback and try to perform recovery again
SQL> ALTER DATABASE FLASHBACK OFF;