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


TABLE: SYS.DAM_CONFIG_PARAM$

Object Details
Object Name: DAM_CONFIG_PARAM$
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Audit Trail Properties configured for a given Audit Trail Type

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Unique Key: DAM_CONFIG_PARAM_UK1
  1. ColumnPARAM_ID
  2. ColumnAUDIT_TRAIL_TYPE#
Indexes
Index Type Uniqueness Tablespace Column
DAM_CONFIG_PARAM_UK1 NORMAL UNIQUE TablespaceSYSTEM ColumnPARAM_ID
ColumnAUDIT_TRAIL_TYPE#
Foreign Keys
Table
Foreign Table Foreign Key Column
DAM_CONFIG_PARAM$ DAM_CONFIG_PARAM_FK1 TableDAM_PARAM_TAB$ DAM_CONFIG_PARAM$ PARAM_ID
Columns
Name Datatype Length Mandatory Comments
PARAM_ID NUMBER
Yes Numerical ID of the Audit Trail Property that can be configured
AUDIT_TRAIL_TYPE# NUMBER
Yes The Audit Trail Type for which property is configured
NUMBER_VALUE NUMBER

The number value for the Audit Trail Property
STRING_VALUE VARCHAR2 (4000)
The string value for the Audit Trail Property
Query Text

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


SELECT PARAM_ID
,      AUDIT_TRAIL_TYPE#
,      NUMBER_VALUE
,      STRING_VALUE
FROM SYS.DAM_CONFIG_PARAM$;

Dependencies

[top of page]

SYS.DAM_CONFIG_PARAM$ does not reference any database object

SYS.DAM_CONFIG_PARAM$ is referenced by following:

SchemaSYS
Package BodyAMGT$DATAPUMP - show dependent code
ViewDBA_AUDIT_MGMT_CONFIG_PARAMS
Package BodyDBMS_AUDIT_MGMT - show dependent code