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


VIEW: SYS.DBA_ILMPARAMETERS

Object Details
Object Name: DBA_ILMPARAMETERS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Describes ILM PARAMETERS in the database and their values

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the ILM environment parameter
VALUE NUMBER

Name of the ILM environment parameter value
Query Text

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


SELECT NAME
,      VALUE
FROM SYS.DBA_ILMPARAMETERS;

Dependencies

[top of page]

SYS.DBA_ILMPARAMETERS references the following:

SchemaSYS
TableILM_PARAM$
SYS.DBA_ILMPARAMETERS is referenced by following:

SchemaPUBLIC
SynonymDBA_ILMPARAMETERS
SchemaSYS
Package BodyPRVT_ILM - show dependent code