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


VIEW: SYS.ALL_DIM_LEVELS

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

Description of dimension levels visible to DBA

[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 dimension level (unique within a dimension)
NUM_COLUMNS NUMBER

Number of columns in the level definition
DETAILOBJ_OWNER VARCHAR2 (128) Yes Owner of the detail object that the keys of this level come from
DETAILOBJ_NAME VARCHAR2 (128) Yes Name of the table that the keys of this level come from
SKIP_WHEN_NULL VARCHAR2 (1)
Is the level declared with SKIP WHEN NULL clause? (Y/N)
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      LEVEL_NAME
,      NUM_COLUMNS
,      DETAILOBJ_OWNER
,      DETAILOBJ_NAME
,      SKIP_WHEN_NULL
FROM SYS.ALL_DIM_LEVELS;

Dependencies

[top of page]

SYS.ALL_DIM_LEVELS references the following:

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

SchemaPUBLIC
SynonymALL_DIM_LEVELS
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
Package BodyPRVT_PARTREC_NOPRIV - show dependent code