ora-01610: recovery using the BACKUP CONTROLFILE option must be done.
650215Jul 15 2008 — edited Nov 17 2009Can anyone help me with this error message? In addition to the ora-01610 message I received ora-00283: Recovery session canceled due to errors. Here are the steps I followed:
1.alter database backup controlfile to trace noresetlogs;
2.shut immediate;
3.startup nomount;
4.create controlfile from trace file...just copy paste (which is automatically comes into udump)
5.recover database;
6.alter database open