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


TABLE: SYS.DAM_PARAM_TAB$

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

Audit Trail Properties ID to Name mapping

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: SYS_C00236362
  1. ColumnPARAMETER#
Indexes
Index Type Uniqueness Tablespace Column
SYS_C00236362 NORMAL UNIQUE TablespaceSYSTEM ColumnPARAMETER#
Foreign Keys
Table
Foreign Table Foreign Key Column
TableDAM_CONFIG_PARAM$ DAM_CONFIG_PARAM_FK1 DAM_PARAM_TAB$ DAM_CONFIG_PARAM$ PARAM_ID
Columns
Name Datatype Length Mandatory Comments
PARAMETER# NUMBER
Yes Numerical ID of the Audit Trail Property that can be configured
PARAMETER_NAME VARCHAR2 (1024) Yes Name of the Audit Trail Property that can be configured
Query Text

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


SELECT PARAMETER#
,      PARAMETER_NAME
FROM SYS.DAM_PARAM_TAB$;

Dependencies

[top of page]

SYS.DAM_PARAM_TAB$ does not reference any database object

SYS.DAM_PARAM_TAB$ is referenced by following:

SchemaSYS
ViewDBA_AUDIT_MGMT_CONFIG_PARAMS