Subclient Properties (Advanced)

Use this tab to define the backup arguments of a new subclient or to change the backup arguments of an existing subclient.

Backup Arguments

RMAN Multiplexing

  • Data Files (BFS)

    Specify the number of data files to be bundled in each RMAN backup set.

  • Archive Files (BFS)

    Specify the number of archive files to be bundled in each RMAN backup set.

  • Maximum No. Of Open Files

    Specify the maximum number of concurrent open data files that RMAN can read from simultaneously during a backup operation. When you enter a value that is greater than the default setting of 32, the following line will be displayed in the RMAN log file:

    set limit channel ch1 maxopenfiles = nn;

RMAN BackupSet Size

  • Max Size

    Specify the maximum size, in kilobytes, allowed for an RMAN backup set.

  • Section Size

    Specify the maximum size, in kilobytes, allowed for an RMAN sector

  • Backup Tag

    Enter a character string that will be used as the Backup Tag argument associated with backups performed on the selected subclient.

Offline Arguments

The offline arguments are enabled when you choose Offline Databases in the Content tab.

  • Run Database Shutdown/Startup(LightsOut) Script

    Specifies whether a shutdown will be automatically executed before backing up databases. This script shuts down the database and uses the SPFile 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 iDataAgent.

  • Broadcast Warning Message to Users

    For Oracle on Unix, specifies whether 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 (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

    Specify the number of times that the system will retry attempts to shut down the database when the Delay Time After Warning Message (Min) option is activated.

  • Sleep Time Between Retries

    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. Note that this option is only activated when the database cannot be shut down during the first attempt after the Delay Time After Warning Message (Min) has expired.

  • 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. Select this option to start up the database using the PFile. By default, the system uses the SPFile available in $ORACLE_HOME/dbs directory (for UNIX) or $ORACLE_HOME/database directory (for Windows) to start up the database.

    Browse

    Click to establish or change the designated STARTUP PFILE.

Options

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.

  • SKIP INACCESSIBLE

    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.

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.

  • Enable Table Browse

    When this option is selected, the Oracle Agent gathers the database tables and user information during online backups. A table view is displayed in the browse operation.

  • Merge Incremental Image Copies

    Specifies that you can create an image copy of a database, then regularly create incremental backups of the database and apply them to this image copy. The system will update the image copy with all the incremental changes that have taken place since the previous full backup using the System Change Number (SCN) . RMAN can use this updated datafile in media recovery in the same manner as it would use a regular full image copy taken at that SCN. This reduces the overhead of performing a full image copy of the database everyday.

  • Resync Catalog

    Specifies whether the contents of the Recovery Catalog will be synchronized with the contents of the control file.

Loading...