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 20 DELETE_PROTECTION_POLICY Parameters

Parameter Description
protection_policy_name The name of the protection policy to delete.
comments Optional user supplied comment describing reason for executing this command.