Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_CUBE_DIM_LEVELS
describes the OLAP dimension levels accessible to the current user.
DBA_CUBE_DIM_LEVELS
describes all OLAP dimension levels in the database.
USER_CUBE_DIM_LEVELS
describes the OLAP dimension levels owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the dimension |
DIMENSION_NAME |
VARCHAR2(30) |
NOT NULL |
Name of a dimension, such as CUSTOMER |
LEVEL_NAME |
VARCHAR2(30) |
NOT NULL |
Name of a level in the dimension, such as WAREHOUSE |
DESCRIPTION |
NVARCHAR2(300) |
Description of the dimension level in the session language |
See Also: