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


TABLE: SYS.ILM_PARAM$

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

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Unique Key: C_ILM_PARAM
  1. ColumnPARAM#
Indexes
Index Type Uniqueness Tablespace Column
C_ILM_PARAM NORMAL UNIQUE TablespaceSYSTEM ColumnPARAM#
Columns
Name Datatype Length Mandatory Comments
PARAM# NUMBER

PARAM_NAME VARCHAR2 (128)
PARAM_VALUE NUMBER

Query Text

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


SELECT PARAM#
,      PARAM_NAME
,      PARAM_VALUE
FROM SYS.ILM_PARAM$;

Dependencies

[top of page]

SYS.ILM_PARAM$ does not reference any database object

SYS.ILM_PARAM$ is referenced by following:

SchemaSYS
ViewDBA_ILMPARAMETERS
Package BodyDBMS_ILM_ADMIN - show dependent code
Package BodyPRVT_ILM - show dependent code