[Home] [Help]
[Dependency Information]
| Object Name: | DBA_ILMPARAMETERS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Describes ILM PARAMETERS in the database and their values
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (128) | Name of the ILM environment parameter | |
| VALUE | NUMBER | Name of the ILM environment parameter value |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, VALUE
FROM SYS.DBA_ILMPARAMETERS;
SYS
ILM_PARAM$
PUBLIC
DBA_ILMPARAMETERS
SYS
PRVT_ILM
- show dependent code
|
|
|
|