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


VIEW: SYS.DBA_XS_AUDIT_POLICY_OPTIONS

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

Describes auditing options defined under all XS security specific
audit policies

[View Source]

Columns
Name Datatype Length Mandatory Comments
POLICY_NAME VARCHAR2 (128)
Name of the Audit policy
AUDIT_CONDITION VARCHAR2 (4000)
Condition associated with the Audit policy
AUDIT_OPTION VARCHAR2 (128)
Auditing option defined in the Audit policy
CONDITION_EVAL_OPT VARCHAR2 (9)
Evaluation option associated with the Audit policy's Condition. The possible values are STATEMENT, SESSION, INSTANCE, NONE
COMMON VARCHAR2 (3)
Whether the audit policy is a Common Audit Policy or Local. It is NULL in case of nonconsolidated databases
Query Text

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


SELECT POLICY_NAME
,      AUDIT_CONDITION
,      AUDIT_OPTION
,      CONDITION_EVAL_OPT
,      COMMON
FROM SYS.DBA_XS_AUDIT_POLICY_OPTIONS;

Dependencies

[top of page]

SYS.DBA_XS_AUDIT_POLICY_OPTIONS references the following:

SchemaSYS
ViewAUDIT_UNIFIED_POLICIES
SYS.DBA_XS_AUDIT_POLICY_OPTIONS is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_AUDIT_POLICY_OPTIONS
SchemaSYS
ViewDBA_XS_AUDIT_TRAIL