Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_CUBE_HIER_VIEW_COLUMNS
describes the columns of the relational hierarchy views of the OLAP cube dimensions accessible to the current user.
DBA_CUBE_HIER_VIEW_COLUMNS
describes the columns of the relational hierarchy views of all OLAP cube dimensions in the database.
USER_CUBE_HIER_VIEW_COLUMNS
describes the columns of the relational hierarchy views of the OLAP cube dimensions owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
Owner of the cube dimension | |
DIMENSION_NAME |
VARCHAR2(30) |
Name of a cube dimension, such as TIME |
|
HIERARCHY_NAME |
VARCHAR2(30) |
Name of a hierarchy for the cube dimension, such as CALENDAR |
|
VIEW_NAME |
VARCHAR2(30) |
Name of a view of the hierarchy, such as TIME_CALENDAR_VIEW |
|
COLUMN_NAME |
VARCHAR2(30) |
Name of a column in the view, such as CALENDAR_QUARTER or PARENT |
|
COLUMN_TYPE |
VARCHAR2(11) |
Type of the column:
|
|
OBJECT_NAME |
VARCHAR2(30) |
Name of a level or attribute for the dimension |