DELETE_SBT_JOB_TEMPLATE
This procedure deletes the specified SBT job template.
Syntax
PROCEDURE delete_sbt_job_template (
template_name IN VARCHAR2,
comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 23 DELETE_SBT_JOB_TEMPLATE Parameters
| Parameter | Description |
|---|---|
template_name |
The name of the SBT job to delete. The Recovery Appliance removes tasks belonging to this job from the task queue but does not terminate any executing task. |
comments |
Optional user supplied comment describing reason for executing this command. |