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


TABLE: SYS.AUDIT_ACTIONS

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

Description table for audit trail action type codes. Maps action type numbers to action type names

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
I_AUDIT_ACTIONS NORMAL UNIQUE TablespaceSYSTEM ColumnACTION
ColumnNAME
Columns
Name Datatype Length Mandatory Comments
ACTION NUMBER
Yes Numeric audit trail action type code
NAME VARCHAR2 (28) Yes Name of the type of audit trail action
Query Text

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


SELECT ACTION
,      NAME
FROM SYS.AUDIT_ACTIONS;

Dependencies

[top of page]

SYS.AUDIT_ACTIONS does not reference any database object

SYS.AUDIT_ACTIONS is referenced by following:

SchemaPUBLIC
SynonymAUDIT_ACTIONS
SchemaSYS
ViewDBA_AUDIT_TRAIL
ViewDBA_COMMON_AUDIT_TRAIL
Package BodyDBMS_INTERNAL_LOGSTDBY - show dependent code