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


VIEW: SYS.CDB_DIM_LEVELS

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

Description of dimension levels visible to DBA in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the dimension
DIMENSION_NAME VARCHAR2 (30) 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 (30) Yes Owner of the detail object that the keys of this level come from
DETAILOBJ_NAME VARCHAR2 (30) Yes Name of the table that the keys of this level come from
SKIP_WHEN_NULL VARCHAR2 (1)
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_DIM_LEVELS;

Dependencies

[top of page]

SYS.CDB_DIM_LEVELS does not reference any database object

SYS.CDB_DIM_LEVELS is referenced by following:

SchemaPUBLIC
SynonymCDB_DIM_LEVELS