Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Database recovery controlfile

The_RockJun 2 2010 — edited Jun 2 2010
Scenario :

- 10 day old backup of database
- Archive logs as of yesterday

Database crashed.

I will now restore the datafiles and create a new controlfile because the 10 day old controlfile will not pick up info of the new archive logs.


SQL> startup nomount;
ORACLE instance started.

Total System Global Area 289406976 bytes
Fixed Size 1248576 bytes
Variable Size 113246912 bytes
Database Buffers 167772160 bytes
Redo Buffers 7139328 bytes
SQL> alter database backup controlfile to trace;
alter database backup controlfile to trace
*+
ERROR at line 1:
ORA-01507: database not mounted

SQL> alter database mount;
alter database mount
*+
ERROR at line 1:
ORA-00205: error in identifying control file, check alert log for more info

I can't mount because no controlfile exists and I can't backup controlfile to trace because the database is not mounted.


What to do now ?
This post has been answered by Chinar on Jun 2 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 30 2010
Added on Jun 2 2010
24 comments
3,282 views