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


VIEW: SYS.CDB_AUDIT_MGMT_CONFIG_PARAMS

Object Details
Object Name: CDB_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 in all containers

[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
CON_ID NUMBER

container id
Query Text

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


SELECT PARAMETER_NAME
,      PARAMETER_VALUE
,      AUDIT_TRAIL
,      CON_ID
FROM SYS.CDB_AUDIT_MGMT_CONFIG_PARAMS;

Dependencies

[top of page]

SYS.CDB_AUDIT_MGMT_CONFIG_PARAMS does not reference any database object

SYS.CDB_AUDIT_MGMT_CONFIG_PARAMS is referenced by following:

SchemaPUBLIC
SynonymCDB_AUDIT_MGMT_CONFIG_PARAMS