| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
View PDF | 
ALL_CUBE_DIMENSIONALITY describes the dimension order for the OLAP cubes accessible to the current user.
Related Views
DBA_CUBE_DIMENSIONALITY describes the dimension order for all OLAP cubes in the database.
USER_CUBE_DIMENSIONALITY describes the dimension order for the OLAP cubes 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 cube | 
CUBE_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of a cube, such as UNITS_CUBE | 
DIMENSION_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of a dimension of the cube, such as PRODUCT | 
ORDER_NUM | 
NUMBER | 
NOT NULL | 
Order number of the dimension in the cube | 
IS_SPARSE | 
VARCHAR2(3) | 
Indicates whether the dimension is sparse in the cube (YES) or not (NO) |