| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | OWNER | VARCHAR2 | 30 | (null) | Y | Owner of the OLAP Cube |
| 2 | CUBE_NAME | VARCHAR2 | 30 | (null) | N | Name of the OLAP Cube |
| 3 | AW_NAME | VARCHAR2 | 30 | (null) | Y | Name of the Analytic Workspace which owns the OLAP Cube |
| 4 | CONSISTENT_SOLVE_SPEC | CLOB | 4000 | (null) | Y | The Consistent Solve Specification for the OLAP Cube |
| 5 | DESCRIPTION | NVARCHAR2 | 600 | (null) | Y | Long Description of the OLAP Cube |
| 6 | SPARSE_TYPE | VARCHAR2 | 80 | (null) | Y | Text value indicating type of sparsity for the OLAP Cube |
| 7 | PRECOMPUTE_CONDITION | CLOB | 4000 | (null) | Y | Condition syntax representing precompute condition of the OLAP Cube |
| 8 | PRECOMPUTE_PERCENT | NUMBER | 22 | (null) | Y | Precompute percent of the OLAP Cube |
| 9 | PRECOMPUTE_PERCENT_TOP | NUMBER | 22 | (null) | Y | Top precompute percent of the OLAP Cube |
| 10 | PARTITION_DIMENSION_NAME | VARCHAR2 | 30 | (null) | Y | Name of the Cube Dimension for which there is a partition on the OLAP Cube |
| 11 | PARTITION_HIERARCHY_NAME | VARCHAR2 | 30 | (null) | Y | Name of the Hierarchy for which there is a partition on the OLAP Cube |
| 12 | PARTITION_LEVEL_NAME | VARCHAR2 | 30 | (null) | Y | Name of the HierarchyLevel for which there is a partition on the OLAP Cube |