If you are getting some duplicate line for after investigating the configuration of RMAN for backup of controlfie.
The lines are as follows :
Code:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISH TO '%F'; # default
The second line of this statement should be deleted from configuration list,Just execute the below statement to delete the second line.
Code:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISH CLEAR;
Bookmarks