💡 RMAN-11003: failure during parse/execution of SQL statement: alter database recover if needed standby start until change 20613783
Cause:
Restore completed, However Recover database failed with RMAN-11003 ORA-00283 RMAN-03002 ORA-38760: This database instance failed to turn on flashback database
Solution:
SQL> alter database flashback off;
or
SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;