Hello All,
This is regarding a 11gR2 database .There is a script running to take full database backup.
crosscheck archivelog all;
crosscheck backup;
backup database;
backup archivelog all delete input;
delete noprompt obsolete;
I checked the controlfile autobackup using ------show controlfile autobackup; and it is turned OFF
But when I run ----- list backup of controlfile ; and list backup of spfile;
I find that contolfile is getting backed up and also spfile through the above script
Can someone please explain me how this is happening without controlfile autobackup
Thanks in advance