Oracle Intelligent Policies (OIP)
If netbackup is using this policy to perform oracle database backup, what type of backup should I expect?
From the GUI of the netbackup(NetBackup Management > Policies > "DB Policy" > "Backup Selections" tab) it shows "WHOLE_DATABASE". While on the "Instances" tab, host and ORACLE_HOME were just provided.
We're using 7.6.0.2.
Hello,
No problem,
Kindly check the oracle rman configuration by using below command.
Connect to rman prompt
RMAN> show all
If we select "CONTROLLFILE AUTOBACKUP ON" in rman configuration.
It will take controlfile backup after save any changes in controlfile. It also take control file backup after successful backup from any third party vendor.
I believe that, list backup output you shared earlier also belong to autobackup. Because in oracle catalog terminology use F = Full.
Command / output reference attached. :)
Regards,