Test the Unified Audit Policy

 

Test the Unified Audit Policy

SELECT DBUSERNAME, SQL_TEXT, EVENT_TIMESTAMP

FROM UNIFIED_AUDIT_TRAIL WHERE DBUSERNAME = 'SYS' and event_timestamp like '12-JAN%' and sql_text like 'ALTER%';

Comments

Popular posts from this blog

Enabling Transparent Data Encryption (TDE) in Oracle RAC on ODA with Data Guard – The Correct and Secure Approach

Resolving ORA-10635 and ORA-39171 Errors During BLOB Tablespace Maintenance

How I Use RMAN’s Auxiliary Destination to Recover Tables Safely