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


VIEW: SYS.ALL_DIM_LEVEL_KEY

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

Representations of columns of a dimension level

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the dimension
DIMENSION_NAME VARCHAR2 (128) Yes Name of the dimension
LEVEL_NAME VARCHAR2 (128)
Name of the hierarchy level
KEY_POSITION NUMBER
Yes Ordinal position of the key column within the level
COLUMN_NAME VARCHAR2 (128) Yes Name of the key column
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      LEVEL_NAME
,      KEY_POSITION
,      COLUMN_NAME
FROM SYS.ALL_DIM_LEVEL_KEY;

Dependencies

[top of page]

SYS.ALL_DIM_LEVEL_KEY references the following:

SchemaSYS
TableCOL$
TableDIMLEVEL$
TableDIMLEVELKEY$
TableOBJ$
TableOBJAUTH$
TableUSER$
SYS.ALL_DIM_LEVEL_KEY is referenced by following:

SchemaPUBLIC
SynonymALL_DIM_LEVEL_KEY
SchemaSYS
Package BodyDBMS_CUBE - show dependent code
Package BodyDBMS_CUBE_ADVISE - show dependent code
Package BodyDBMS_DIMENSION - show dependent code
Package BodyDBMS_SUMVDM - show dependent code