DELETE_POLLING_POLICY
This procedure deletes the specified backup polling policy.
Syntax
PROCEDURE delete_polling_policy (
polling_policy_name IN VARCHAR2,
comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 19 DELETE_POLLING_POLICY Parameters
| Parameter | Description |
|---|---|
polling_policy_name |
The name of the backup polling policy to delete. |
comments |
Optional user supplied comment describing reason for executing this command. |