My Oracle Support Banner

Dropping a unified audit policy errors with ORA-46361: Audit policy cannot be dropped as it is currently enabled. (Doc ID 2207300.1)

Last updated on MAY 22, 2019

Applies to:

Oracle Database - Standard Edition - Version 12.1.0.1 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

In 12c oracle database a unified auditing policy is created and later you wanted to drop that policy. But doing so errors with ORA-46361: Audit policy cannot be dropped as it is currently enabled.

Changes

NOTE: In the images and/or the document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.

 

Created unified audit policy and trying to drop it.

 

SQL> create audit policy audit_all_chg actions update, insert, delete ;

Audit policy created.

SQL> audit policy audit_all_chg by USER1,USER2;

Audit succeeded.

 

SQL> select USER_NAME,enabled_opt from audit_unified_enabled_policies where policy_name='AUDIT_ALL_CHG';

USER_NAME    ENABLED_OPT
--------------------------------------------------------------------------------
USER1               BY

USER2  BY

 

SQL> noaudit policy audit_all_chg;

Noaudit succeeded.

SQL> drop audit policy audit_all_chg;
drop audit policy audit_all_chg
*
ERROR at line 1:
ORA-46361: Audit policy cannot be dropped as it is currently enabled.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.