Oracle Database – Recovery a control file

Advertisements

In the rare event that you lose all copies of the control file.

 

 

Start the database instance with the nomount option and issue the following RMAN command (start RMAN after starting the db instance).

If using a recovery catalog:

RMAN>  restore contolfile;

If not using a recovery catalog, where /u11/oradata/ord/bkup.ctl is the location of the latest control file:

RMAN>  restore control file from '/u11/oradata/ord/bkup.ctl';

 

After restoring the contol files, you must perform complete media recovery of the database and open the db with the reset logs option.

 

[ad#ad-post]

Advertisements

Add a Comment

Your email address will not be published. Required fields are marked *

(adsbygoogle = window.adsbygoogle || []).push({});