DELETE_PROTECTION_POLICY
This procedure deletes the specified protection policy.
The specified policy must not be associated with any database.
Syntax
PROCEDURE delete_protection_policy ( protection_policy_name IN VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-20 DELETE_PROTECTION_POLICY Parameters
Parameter | Description |
---|---|
|
The name of the protection policy to delete. |
|
Optional user supplied comment describing reason for executing this command. |