| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
View PDF | 
ALL_CUBE_DIM_VIEW_COLUMNS describes the columns of the relational views of the OLAP cube dimensions accessible to the current user.
Related Views
DBA_CUBE_DIM_VIEW_COLUMNS describes the columns of the relational views of all OLAP cube dimensions in the database.
USER_CUBE_DIM_VIEW_COLUMNS describes the columns of the relational 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 PRODUCT | 
|
VIEW_NAME | 
VARCHAR2(30) | 
Name of a view of the dimension, such as PRODUCT_VIEW | 
|
COLUMN_NAME | 
VARCHAR2(30) | 
Name of a column in the view, such as LONG_DESCRIPTION or WAREHOUSE_ID | 
|
COLUMN_TYPE | 
VARCHAR2(10) | 
Type of the column:
  | 
|
OBJECT_NAME | 
VARCHAR2(30) | 
Name of the level or attribute represented in the column, such as LONG_DESCRIPTION or WAREHOUSE_ID |