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


VIEW: SYS.DBA_DIM_LEVELS

Object Details
Object Name: DBA_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)
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.DBA_DIM_LEVELS;

Dependencies

[top of page]

SYS.DBA_DIM_LEVELS references the following:

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

SchemaPUBLIC
SynonymDBA_DIM_LEVELS