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 55 UPDATE_POLLING_POLICY Parameters
| Parameter | Description |
|---|---|
polling_policy_name |
The name of the backup polling policy to update. |
polling_location |
See CREATE_POLLING_POLICY. |
polling_frequency |
See CREATE_POLLING_POLICY. |
delete_input |
See CREATE_POLLING_POLICY. |
comments |
Optional user supplied comment describing reason for executing this command. |