UPDATE_POLLING_POLICY
This procedure modifies the parameters for an existing backup polling policy.
Parameters that are NULL retain their existing values.
Syntax
PROCEDURE update_polling_policy ( polling_policy_name IN VARCHAR2, polling_location IN VARCHAR2 DEFAULT NULL, polling_frequency IN DSINTERVAL_UNCONSTRAINED DEFAULT NULL, delete_input IN BOOLEAN DEFAULT NULL, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-55 UPDATE_POLLING_POLICY Parameters
Parameter | Description |
---|---|
|
The name of the backup polling policy to update. |
|
|
|
|
|
|
|
Optional user supplied comment describing reason for executing this command. |