Check unified audit policy present in Oracle database

To check existing audit policies in Oracle, you can query the following both view: AUDIT_UNIFIED_POLICIES and AUDIT_UNIFIED_ENABLED_POLICIES view

List the Policies present in Oracle

SELECT * FROM AUDIT_UNIFIED_POLICIES; 

Enabled policies present in Oracle

SELECT * FROM AUDIT_UNIFIED_ENABLED_POLICIES; 

This entry was posted in Oracle on by .
Unknown's avatar

About SandeepSingh

Hi, I am working in IT industry with having more than 15 year of experience, worked as an Oracle DBA with a Company and handling different databases like Oracle, SQL Server , DB2 etc Worked as a Development and Database Administrator.

Leave a Reply