UPDATE_SBT_ATTRIBUTE_SET
This procedure updates the parameters for the specified SBT attribute set.
If a parameter is null, then its value remains unchanged, except as noted in the following parameter descriptions.
Syntax
PROCEDURE update_sbt_attribute_set( attribute_set_name IN VARCHAR2, streams IN NUMBER DEFAULT dbms_ra_misc.number2null('p1'), poolid IN NUMBER DEFAULT NULL, parms IN VARCHAR2 DEFAULT dbms_ra_misc.varchar2null('p2'), send IN VARCHAR2 DEFAULT dbms_ra_misc.varchar2null('p3'), comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-58 UPDATE_SBT_ATTRIBUTE_SET Parameters
Parameter | Description |
---|---|
|
The name of the SBT attribute set to update. |
|
If you do not specify this parameter, then the Recovery Appliance retains the existing value. If you specify a value (including null), then the Recovery Appliance sets the new value. |
|
|
|
If you do not specify this parameter, then the Recovery Appliance retains the existing value. If you specify a value (including null), then the Recovery Appliance sets the new value. |
|
If you do not specify this parameter, then the Recovery Appliance retains the existing value. If you specify a value (including null), then the Recovery Appliance sets the new value. |
|
Optional user supplied comment describing reason for executing this command. |