Thank you for visiting Spatial DBA - Oracle and ArcSDE.
Please visit Oracle DBA Tips (http://www.oracledbatips.com) for more Oracle DBA Tips.
==================================================================
  
Oracle Database stores audit records for standard auditing in the SYS.AUD$ table and audit records for fine-grained auditing the SYS.FGA_LOG$ table. Each of these tables is a single table in each Oracle database data dictionary. Several predefined views are available to present auditing information from this table in a meaningful way. If you decide not to use auditing, then you can later delete these views. 
| 
View | 
Description | 
| ALL_AUDIT_POLICIES | Describes   the fine-grained auditing policies on the tables and views accessible to the   current user | 
| ALL_AUDIT_POLICY_COLUMNS | Describes   the fine-grained auditing policy columns on the tables and views accessible   to the current user. | 
| ALL_DEF_AUDIT_OPTS | Lists   default object-auditing options that will be applied when objects are created | 
| AUDIT_ACTIONS | Describes   audit trail action type codes | 
| DBA_AUDIT_EXISTS | Lists audit   trail entries produced BY   AUDIT NOT EXISTS | 
| DBA_AUDIT_OBJECT | Lists audit   trail records for all objects in the system | 
| DBA_AUDIT_POLICIES | Lists all   the fine-grained auditing policies on the system | 
| DBA_AUDIT_SESSION | Lists all   audit trail records concerning CONNECTandDISCONNECT | 
| DBA_AUDIT_STATEMENT | Lists audit   trail records concerning GRANT,REVOKE,AUDIT,NOAUDIT, andALTER SYSTEMstatements   throughout the database | 
| DBA_AUDIT_TRAIL | Lists all   audit trail entries | 
| DBA_COMMON_AUDIT_TRAIL | Combines   standard and fine-grained audit log records, and includes SYSand mandatory audit records written   in XML format | 
| DBA_FGA_AUDIT_TRAIL | Lists audit   trail records for fine-grained auditing. | 
| DBA_OBJ_AUDIT_OPTS | Describes   auditing options on all objects | 
| DBA_PRIV_AUDIT_OPTS | Describes   current system privileges being audited across the system and by user | 
| DBA_STMT_AUDIT_OPTS | Describes   current statement auditing options across the system and by user | 
| USER_AUDIT_OBJECT | Lists audit   trail records for statements concerning objects that are accessible to the   current user | 
| USER_AUDIT_SESSION | Lists all   audit trail records concerning connections and disconnections for the current   user | 
| USER_AUDIT_STATEMENT | Lists audit   trail records concerning GRANT,REVOKE,AUDIT,NOAUDIT, andALTER SYSTEMstatements issued by   the user | 
| USER_AUDIT_TRAIL | Lists audit   trail entries relating to current user | 
| USER_OBJ_AUDIT_OPTS | Describes   auditing options on all objects owned by the current user | 
| STMT_AUDIT_OPTION_MAP | Describes   information about auditing option type codes | 
 
