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 22-19 DELETE_POLLING_POLICY Parameters
Parameter | Description |
---|---|
|
The name of the backup polling policy to delete. |
|
Optional user supplied comment describing reason for executing this command. |