UPDATE_SBT_JOB_TEMPLATE
This procedure updates the parameters for the specified SBT job.
If a parameter is null, then its value remains unchanged, except as noted in the following parameter descriptions.
Syntax
PROCEDURE update_sbt_job_template (
template_name IN VARCHAR2,
attribute_set_name IN VARCHAR2 DEFAULT NULL,
backup_type IN VARCHAR2 DEFAULT NULL,
from_tag IN VARCHAR2 DEFAULT dbms_ra_misc.varchar2null('p1'),
priority IN NUMBER DEFAULT NULL,
copies IN NUMBER DEFAULT NULL,
window IN DSINTERVAL_UNCONSTRAINED DEFAULT dbms_ra_misc.intervalnull('p2'),
compression_algorithm IN VARCHAR2 DEFAULT NULL,
encryption_algorithm IN VARCHAR2 DEFAULT NULL,
comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 23-59 UPDATE_SBT_JOB_TEMPLATE Parameters
| Parameter | Description |
|---|---|
|
|
The name of the SBT job template to update. |
|
|
|
|
|
|
|
|
If you do not specify this parameter, then the Recovery Appliance retains the existing value. If you specify a value (including null), then the Recovery Appliance sets the new value. |
|
|
|
|
|
|
|
|
If you do not specify this parameter, then the Recovery Appliance retains the existing value. If you specify a value (including null), then the Recovery Appliance sets the new value. |
|
|
If a value is specified, it becomes the new setting. Specify If you do not specify this parameter or if you specify |
|
|
|
|
|
Optional user supplied comment describing reason for executing this command. |