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 22-38 QUEUE_SBT_BACKUP_TASK Parameters
Parameter | Description |
---|---|
|
The name of the SBT job template that specifies the backup pieces to copy to tape. |
|
The naming format of the backup pieces to create. This parameter follows the same rules as the RMAN If not specified, default format is |
|
The original autobackup names will be prefixed with this autobackup_prefix. |
|
User specified tag for backups to be copied
See |
|
Optional user supplied comment describing reason for executing this command. |