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


VIEW: SYS.AUDIT_UNIFIED_CONTEXTS

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

Describes the application context's attributes, which are configured to be
captured in the audit trail

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAMESPACE VARCHAR2 (128)
Name of Application context's Namespace
ATTRIBUTE VARCHAR2 (128)
Name of Application context's Attribute
USER_NAME VARCHAR2 (128)
Database username for whom the Application context's attribute is congfigured to be captured in the audit trail
Query Text

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


SELECT NAMESPACE
,      ATTRIBUTE
,      USER_NAME
FROM SYS.AUDIT_UNIFIED_CONTEXTS;

Dependencies

[top of page]

SYS.AUDIT_UNIFIED_CONTEXTS references the following:

SchemaSYS
TableAUD_CONTEXT$
TableUSER$
SYS.AUDIT_UNIFIED_CONTEXTS is referenced by following:

SchemaPUBLIC
SynonymAUDIT_UNIFIED_CONTEXTS