Cancel based hot backup recovery

Outline the steps involved in CANCEL based recovery from the full database from hot backup?

Questions by shanthiavari

Showing Answers 1 - 6 of 6 Answers

Aneesh

  • Aug 18th, 2011
 

startup nomount pfile='/data01/init.ora'
run create controlfile script SQL>@create_control.sql
SQL>recover database using backup controlfile until cancel;
then after recovery SQL>alter database open resetlogs

  Was this answer useful?  Yes

ravinder

  • Feb 21st, 2015
 

You cannot shutdown the database for even some minutes, then in which mode you should run the database?

  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