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


VIEW: SYS.DBA_AUDIT_MGMT_CONFIG_PARAMS

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

The view displays the currently configured audit trail properties that are defined by the DBMS_AUDIT_MGMT PL/SQL package

[View Source]

Columns
Name Datatype Length Mandatory Comments
PARAMETER_NAME VARCHAR2 (1024) Yes Name of the Property
PARAMETER_VALUE VARCHAR2 (4000)
Value of the Property
AUDIT_TRAIL VARCHAR2 (28)
Audit Trail(s) for which the property is configured
Query Text

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


SELECT PARAMETER_NAME
,      PARAMETER_VALUE
,      AUDIT_TRAIL
FROM SYS.DBA_AUDIT_MGMT_CONFIG_PARAMS;

Dependencies

[top of page]

SYS.DBA_AUDIT_MGMT_CONFIG_PARAMS references the following:

SchemaSYS
TableDAM_CONFIG_PARAM$
TableDAM_PARAM_TAB$
SYS.DBA_AUDIT_MGMT_CONFIG_PARAMS is referenced by following:

SchemaPUBLIC
SynonymDBA_AUDIT_MGMT_CONFIG_PARAMS
SchemaSYS
Package BodyDBMS_AUDIT_MGMT - show dependent code