[Home] [Help]
[Dependency Information]
| Object Name: | DAM_CONFIG_PARAM$ |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Audit Trail Properties configured for a given Audit Trail Type
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
PARAM_ID
AUDIT_TRAIL_TYPE#| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| DAM_CONFIG_PARAM_UK1 | NORMAL | UNIQUE |
SYSTEM
|
PARAM_ID
AUDIT_TRAIL_TYPE#
|
| Table | |
Foreign Table | Foreign Key Column | DAM_CONFIG_PARAM$ | ![]() |
DAM_PARAM_TAB$
|
DAM_CONFIG_PARAM$ PARAM_ID |
|---|
| 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 |
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$;
SYS.DAM_CONFIG_PARAM$ does not reference any database object
SYS.DAM_CONFIG_PARAM$ is referenced by following:
SYS
AMGT$DATAPUMP
- show dependent code
DBA_AUDIT_MGMT_CONFIG_PARAMS
DBMS_AUDIT_MGMT
- show dependent code
|
|
|
|