QUEUE_SBT_BACKUP_TASK

This procedure queues the backup pieces selected by the specified SBT job template for copying to tape. Typically, a scheduling utility such as Oracle Scheduler calls this procedure.

Syntax

PROCEDURE queue_sbt_backup_task(
   template_name IN VARCHAR2,
   format IN VARCHAR2 DEFAULT NULL,
   autobackup_prefix IN VARCHAR2 DEFAULT NULL,
   tag IN VARCHAR2 DEFAULT NULL,
   comments IN VARCHAR2 DEFAULT NULL);

Parameters

Table 21-37 QUEUE_SBT_BACKUP_TASK Parameters

Parameter Description

template_name

The name of the SBT job template that specifies the backup pieces to copy to tape.

format

The naming format of the backup pieces to create. This parameter follows the same rules as the RMAN FORMAT parameter.

If not specified, default format is RA_SBT_%d_%I_<SBT_job_template_key>_%U_<bs_key>.

autobackup_prefix

The original autobackup names will be prefixed with this autobackup_prefix.

tag

User specified tag for backups to be copied See CREATE_SBT_JOB_TEMPLATE.

comments

Optional user supplied comment describing reason for executing this command.