CREATE_SBT_JOB_TEMPLATE
This procedure creates an SBT job that describes how the Recovery Appliance chooses backups for copying to tape/cloud. This form of this overloaded procedure applies to backups for all protected databases assigned to the specified protection policy.
After you create an SBT backup job, you must schedule it with a
scheduling facility such as Oracle Scheduler.
See
.
QUEUE_SBT_BACKUP_TASK
Syntax
PROCEDURE create_sbt_job_template ( template_name IN VARCHAR2, protection_policy_name IN VARCHAR2, attribute_set_name IN VARCHAR2, backup_type IN VARCHAR2, full_template_name IN VARCHAR2 DEFAULT NULL, from_tag IN VARCHAR2 DEFAULT NULL, priority IN NUMBER DEFAULT SBT_PRIORITY_MEDIUM, copies IN NUMBER DEFAULT 1, window IN DSINTERVAL_UNCONSTRAINED DEFAULT NULL, compression_algorithm IN VARCHAR2 DEFAULT NULL, encryption_algorithm IN VARCHAR2 DEFAULT NULL, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-15 CREATE_SBT_JOB_TEMPLATE Parameters
Parameter | Description |
---|---|
|
The user-assigned name of this SBT job template. |
|
The name of the protection policy to which this SBT job applies. Backups for all protected databases assigned to this protection policy are eligible for copying. |
|
The name of the SBT attribute set to use for this SBT job. |
|
The types of backups that this SBT job chooses for copying to tape. The string must be a comma-separated list of the following types:
|
|
The full name of this SBT job template. This applies only to |
|
The tag name. If specified, then the Recovery Appliance only considers backups using this tag for copying to tape. Refer to "Oracle Database Backup and Recovery Reference" for the correct format of the TAG string. |
|
The priority of this job for tape resource usage. Lower priority values
take precedence over higher values.
The default priority is |
|
The number of distinct copies of each backup that this SBT job
creates. Valid values range from |
|
The window of time in which this job can copy backups to tape. Copy tasks that are not able to start within the specified window must wait until the next scheduled job execution. |
|
Specifies the compression algorithm.
If
|
|
Encryption algorithm to use for tape jobs. Valid value are 'AES128', 'AES192', 'AES256', 'OFF', or the constant equivalents ENC_OFF, ENC_AES128, ENC_AES192, ENC_AES256. Note: A value ofCLIENT or ENC_CLIENT requires the client to generate encrypted backups. Failure to do so will result in cloud backup job failures on the Recovery Appliance.
|
|
Optional user supplied comment describing reason for executing this command. |