Oracle RMAN Question: Download RMAN PDF

How to enable the autobackup for the controlfile using RMAN?

Tweet Share WhatsApp

Answer:

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.

Download RMAN PDF Read All 50 RMAN Questions
Previous QuestionNext Question
Tell me atleast 6 advantages of RMAN backups compare to traditional hot backups?What is the difference between cumulative incremental and differential incremental backups?