Control File

How can we create control file, when it is lost?

Questions by akpandey_dba

Showing Answers 1 - 1 of 1 Answers

bismita

  • Jan 22nd, 2009
 

If other files like datafile and log files are intact then take the back up
of the control file to trace directory as follows.


1. Open the database in nomount mode i.e. startup nomount;


2. Take the backup of control file i.e.


ALTER DATABASE BACKUP CONTROLFILE TO TRACE;


3.The back of control file will be generated in trace directory.
copy the control file creation script from there and run here.
Now your control file will be created.
open the database i.e. alter database open;


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions