CREATE_SBT_JOB_TEMPLATE
This procedure creates a new SBT backup job. The job describes how the Recovery Appliance chooses backups for copying to tape/cloud. This form of this overloaded procedure applies to backups for a single protected database only, whereas the previous form applies to backups of all databases assigned to a specific protection policy. With the exception of this difference, this procedure and its parameters are identical to the alternative form of this procedure.
Syntax
PROCEDURE create_sbt_job_template (
template_name IN VARCHAR2,
db_unique_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 16 CREATE_SBT_JOB_TEMPLATE Parameters
| Parameter | Description |
|---|---|
db_unique_name |
The DB_UNIQUE_NAME of the protected database to which this SBT job applies. This SBT job copies only backups that belong to the specified database. |
comments |
Optional user supplied comment describing reason for executing this command. |