DROP AUDIT POLICY
Description
Drops an audit policy.
Precautions
Only users with the POLADMIN or SYSADMIN permission, or the initial user can perform this operation.
Syntax
1 | DROP AUDIT POLICY [IF EXISTS] policy_name; |
Parameters
- policy_name
Specifies the audit policy name, which must be unique.
Value range: a string that complies with the Identifier Naming Conventions.
Examples
See Examples in "CREATE AUDIT POLICY."