Use this tab to define the backup arguments of a new subclient or to change the backup arguments of an existing subclient.
The following tabs are displayed:
Backup Arguments
Use this tab to view or set the backup arguments for this subclient.
Data Files (BFS)
Use this space to specify the number of data files to be bundled in each RMAN backup set. When a value is entered greater than the default setting of 32, the following line will be displayed in the RMAN log file: set limit channel ch1 maxopenfiles = nn;
Archive Files (BFS)
Use this space to specify the number of archive files to be bundled in each RMAN backup set.
Maximum No. Of Open Files
Use this space to specify the maximum number of concurrent open datafiles that RMAN can read from simultaneously during a backup operation.
RMAN BACKUPSET Size
Use this space to define the RMAN backup set size.
-
Maximum Size
Use this space to specify the maximum size allowed for an RMAN backup set.
-
Section Size
Use this space to specify the size of each data file section used in an RMAN backup set for Oracle 11g backups.
Backup Tag
Use this space to enter a character string that will be used as the Oracle Tag argument associated with backups performed on the selected subclient.
Offline Databases
The offline arguments are enabled when you choose Offline Databases in the Content tab.
Run Shutdown/Startup Script
Set this option to have the Commvault software run a script before it backs up the database. This script shuts down the database and uses the SP file to start up the database in mount mode. Once the backup is completed, the script opens the database. When cleared, you will have to manually start the database in mount mode, before performing a backup of an offline database. The lights out script is automatically installed with the Oracle Data Agent.
Broadcast Warning Message to Users
For Oracle on UNIX, select this option to issue a message to the physical node for users logged into the database warning them that the database will be shut down in the number of minutes specified in the Delay Time After Warning Message (Min) option.
Delay Time After Warning Message (Min)
For Oracle on UNIX, use this space to specify the number of minutes that you want the system to wait after the warning message is sent to the physical node before attempting to shut down the database.
No. of Retries
Use this space to specify the number of times that the system will retry attempts to shut down the database when the Sleep Time Between Retries (Sec) option is activated.
Sleep Time Between Retries (Sec)
Use this space to specify the interval in seconds that you want the system to wait, or sleep, between retry attempts to shut down the database and check the status.
Use SQL Connect
When selected, the CommServe connects to the oracle database using the SQL command “Connect <Connect string> as sysdba”. The “Connect String” value is configured in the Instance properties (Details) tab. When not selected, the connection is established using the SQL command “Connect /as sysdba”.
Startup Parameter File (PFILE) Location
Specifies the location of the PFile to be used with the Run Shutdown/Startup Script option. You need to select this option only if you want to start up the database using the PFile. By default, the system uses the SP file available in $ORACLE_HOME/dba directory (for Unix) or $ORACLE_HOME/database directory (for Windows) to start up the database.
Browse
Click to establish or change the designated Startup Parameter File (PFILE) Location.
Options
Use this tab to view or set the auxiliary and common arguments for this subclient.
Auxiliary Arguments
-
Skip Read-Only
Specifies whether to omit read-only tablespaces from the backup.
-
Skip Offline
Specifies whether to omit offline tablespaces from the backup.
Common Arguments
-
Validate
Specifies whether to run a validate backup job, which will cause RMAN to simulate a backup job for the purpose of determining whether the backup can be successfully restored.
-
Merge Incremental Image Copies
Specifies if the backups are incrementally updated backups. When this option is selected, an image copy of the database is created and the successive incremental backups will apply all the changes to the image copy up to the SCN of incremental backup and rolls them forward.
Merged incrementals help minimize the time required for media recovery of the database.
-
Skip Inaccessible Data and Archive Redo Log Files
Specifies whether to omit data files and archived redo log files that are inaccessible due to read I/O errors from the backup. When cleared, the backup fails when it encounters inaccessible data files and archived redo log files.
-
Resync Recovery Catalog
Specifies whether the contents of the Recovery Catalog will be synchronized with the contents of the control file.