Disk which contains all of my controlfile got corrupted.
Steps Followed
---------------
1) Shutdown the database
2) Copied the yesterday controlfile binary backup to init.ora control fie location
3) startup mount
4) recover datbase using backup controlfile(Selected auto option. It applied all the archive log files)
5) alter database open reselogs;
Now getting the following error
alter database open resetlogs
*
ERROR at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1:
Please guide me how to reover my database in this situation.
Bookmarks