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 22-23 DELETE_SBT_JOB_TEMPLATE Parameters
Parameter | Description |
---|---|
|
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. |
|
Optional user supplied comment describing reason for executing this command. |