Control File Auto Backup

How do you enable the autobackup for the controlfile using RMAN?

Questions by shanthiavari

Showing Answers 1 - 2 of 2 Answers


issue command at rman prompt.....

    RMAN> configure controlfile autobackup on;

also we can configure controlfile backup format......

   RMAN> configure controlfile autobackup format for device type disk to   
          2>    '$HOME/BACKUP/RMAN/%F.bkp';

  $HOME/BACKUP/RMAN/  this can be any desired location.

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