[Home] [Help]
[Dependency Information]
| Object Name: | ILM_PARAM$ |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSAUX |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
PARAM#| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| C_ILM_PARAM | NORMAL | UNIQUE |
SYSTEM
|
PARAM#
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAM# | NUMBER | |||
| PARAM_NAME | VARCHAR2 | (128) | ||
| PARAM_VALUE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PARAM#
, PARAM_NAME
, PARAM_VALUE
FROM SYS.ILM_PARAM$;
SYS.ILM_PARAM$ does not reference any database object
SYS.ILM_PARAM$ is referenced by following:
SYS
DBA_ILMPARAMETERS
DBMS_ILM_ADMIN
- show dependent code
PRVT_ILM
- show dependent code
|
|
|
|