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


VIEW: SYS.AUDITABLE_SYSTEM_ACTIONS

Object Details
Object Name: AUDITABLE_SYSTEM_ACTIONS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Mapping table to map the Audit policy's auditable system action number
to action name

[View Source]

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.AUDITABLE_SYSTEM_ACTIONS;

Dependencies

[top of page]

SYS.AUDITABLE_SYSTEM_ACTIONS references the following:

SchemaSYS
TableDUAL
SYS.AUDITABLE_SYSTEM_ACTIONS is referenced by following:

SchemaPUBLIC
SynonymAUDITABLE_SYSTEM_ACTIONS
SchemaSYS
ViewALL_AUDITED_SYSTEM_ACTIONS
ViewAUDIT_UNIFIED_POLICIES
ViewKU$_AUDIT_POLICY_VIEW