CREATE_SBT_ATTRIBUTE_SET
This procedure creates an SBT attribute set that SBT jobs can use.
An SBT attribute set provides a grouping of attributes that control the execution of an SBT job. These attributes enable you to specify settings for the media management library, including destination media pool or media family. You can define multiple SBT attribute sets. Multiple jobs can reference a single attribute set.
Syntax
PROCEDURE create_sbt_attribute_set( lib_name IN VARCHAR2, attribute_set_name IN VARCHAR2, streams IN NUMBER DEFAULT NULL, poolid IN NUMBER DEFAULT NULL, parms IN VARCHAR2 DEFAULT NULL, send IN VARCHAR2 DEFAULT NULL, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-14 CREATE_SBT_ATTRIBUTE_SET Parameters
Parameter | Description |
---|---|
|
The name of the SBT library to associate with the attribute set. |
|
User-assigned name of the attribute set. Attribute set names must be unique. |
|
The maximum number of concurrent streams that the Recovery Appliance
uses for automated backups. The number of concurrent
streams never exceeds the limits set by the |
|
The media pool number to use as the destination for backup copies.
This parameter accepts a value in the same format as the |
|
The media management library-specific parameter string for the backup
copy operation. The string has the same format as the |
|
The string that the Recovery Appliance uses to send additional
media management library-specific parameters for
the backup copy operation. The string has the same format as the
|
|
Optional user supplied comment describing reason for executing this command. |