DBA Data[Home] [Help] [Dependency Information]


TABLE: SYS.ALL_UNIFIED_AUDIT_ACTIONS

Object Details
Object Name: ALL_UNIFIED_AUDIT_ACTIONS
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

List of all actions audited in Unified Audit Trail

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
I_UNIFIED_AUDIT_ACTIONS NORMAL UNIQUE TablespaceSYSTEM ColumnTYPE
ColumnACTION
Columns
Name Datatype Length Mandatory Comments
TYPE NUMBER

Numeric component type for system wide actions
COMPONENT VARCHAR2 (64)
Name of component for system wide actions
ACTION NUMBER

Numeric auditable action code for system wide actions
NAME VARCHAR2 (64)
Name of auditable action
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TYPE
,      COMPONENT
,      ACTION
,      NAME
FROM SYS.ALL_UNIFIED_AUDIT_ACTIONS;

Dependencies

[top of page]

SYS.ALL_UNIFIED_AUDIT_ACTIONS does not reference any database object

SYS.ALL_UNIFIED_AUDIT_ACTIONS is referenced by following:

SchemaSYS
ViewUNIFIED_AUDIT_TRAIL