You can perform a full backup or an incremental backup operation of an Oracle database or the archive logs.
You can also perform a logical data pump backup of the Amazon RDS data. When you perform a backup operation on a logical subclient, the Commvault software invokes the Oracle data pump export utility to create a dump file of tables, and then places the file in the specified staging path on the proxy server.
Before You Begin
-
Commvault Cloud sets the default retention time to 48 hours. If you want a greater retention time for the archive logs, the DBA must modify the retention settings before the first backup is made. The DBA can set the retention time with code similar to the following. For example, to set the retention to 96 hours, use the following commands:
begin rdsadmin.rdsadmin_util.set_configuration( name => 'archivelog retention hours', value => '96'); end; / commit;
Commvault Cloud sets the default retention time to 48 hours. If you want a greater retention time for the archive logs, the DBA must modify the retention settings before the first backup is made. The DBA can set the retention time with code similar to the following. For example, to set the retention to 96 hours, use the following commands:
begin rdsadmin.rdsadmin_util.set_configuration( name => 'archivelog retention hours', value => '96'); end; / commit;
Procedure
-
From the Command Center navigation pane, go to Protect > Databases.
The databases Overview page appears.
-
On the Instances tab, click the instance.
The instance page appears.
-
On the Subclients tab, click the subclient.
The subclient properties page appears.
-
In the upper-right area of the window, click Backup.
The Backup options dialog box appears.
-
Select the backup level for the backup operation:
-
To perform a full backup operation, select Full.
-
To perform an incremental backup operation, select Incremental.
-
-
Click SUBMIT.