My Oracle Support Banner

Compendium of Audit Views (Doc ID 1503726.1)

Last updated on APRIL 28, 2020

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.1 and later
Oracle Database Cloud Schema Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.

Goal

The goal is to present audit views together with its associated queries most likely to be used.

Solution

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
Goal
Solution
 AUDIT OPTIONS
 Standard Audit
 FGA
 Database Vault
 AUDIT OUTPUT
 Standard Audit
 FGA
 set linesize 200
set pagesize 150
column db_user format a10
column object_schema format a10
column object_name format a30
column sql_text format a30
select db_user,object_schema,object_name,sql_text,returncode,to_char(extended_timestamp,'dd-mon-yy,hh24:mi:ss') timestamp
from dba_common_audit_trail;
 XML
 
AUDIT TRAIL CLEANUP


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