DrSeussFreak
Programmer
I just cloned my database, I am now working on the recovery of it, when I use the following command, it goes into an infinite recovery look (keeps asking for more recovery)
Once I run
The oracle error code I receive is
Thanks in advance
Code:
RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
Once I run
Code:
ALTER DATABASE OPEN RESETLOGS;
The oracle error code I receive is
ORA-01113
Thanks in advance