Disaster Recovery using RMAN page 3

 

Step 5

Now shutdown the instance as we have started with the default parameters  and restart the instance with the just restored SPFILE

RMAN> shutdown
RMAN> exit
RMAN> startup nomount;

shutdown and restart instance

Step 6

Now restore Control file from autobackup by typing the following command

RMAN> restore controlfile from autobackup;

restore controlfile from autobackup

After restoring the controlfile we can now mount the database. To mount the database,  type the following command

RMAN> alter database mount;

mount db after restoring controlfile

 

Continue Next Page >

New: Modern Oracle

Concepts here also apply to Oracle 19c/21c/23ai unless a version note says otherwise. See the homepage for what's changed.