Hi experts,
I am trying to restore a database with RMAN. But I am met with this errors..
searching for all files in the recovery area
cataloging files...
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00601: fatal error in recovery manager
RMAN-03004: fatal error during execution of command
ORA-01092: ORACLE instance terminated. Disconnection forced
RMAN-03002: failure of catalog command at 12/27/2023 16:50:00
ORA-03113: end-of-file on communication channel
Process ID: 1984
Session ID: 237 Serial number: 29786
Oracle error from target database:
ORA-03114: not connected to ORACLE
I have restored the controlfile successfully but when I try to run RESTORE DATABASE;
, I get the error above.
Along with the controlfile file, I have 2 Archive Files and a the data file that was generated from the backup.
Any advice on how to fix this?
Thanks in advance.