Making a standby - a standalone database
Hi,
I had a standby database which I am trying to make it a stand alone database. Oracle 11gR2 -Windows.
Here's what I have done so far:
1. Create control file.
2. Rman - recovered until scn. It says that open resetlogs may get the following errors - file 1 needs more recovery.
3. Open resetlogs -
Errors - File 1 is inconsistent due to failed media recovery.
system01.dbf
Checked the fhsta from x$kcvfh
All files show the same FHSCN
and found the following status on file1 - 8208
Rest of the files have status of 16.
I just wanted to open this database in read/write mode. What is status 8208 ? How do I determine how much redo log I need to apply.