| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | OWNER | VARCHAR2 | 30 | (null) | N | Owner of the OLAP Hierarchy |
| 2 | DIMENSION_NAME | VARCHAR2 | 30 | (null) | N | Name of owning dimension of the OLAP Hierarchy |
| 3 | HIERARCHY_NAME | VARCHAR2 | 30 | (null) | N | Name of the OLAP Hierarchy |
| 4 | HIERARCHY_TYPE | VARCHAR2 | 5 | (null) | Y | Type of the OLAP Hierarchy |
| 5 | DESCRIPTION | NVARCHAR2 | 600 | (null) | Y | Long Description of the OLAP Hierarchy |
| 6 | IS_RAGGED | NUMBER | 22 | (null) | Y | Indication of whether the OLAP Hierarchy is Ragged |
| 7 | IS_SKIP_LEVEL | NUMBER | 22 | (null) | Y | Indication of whether the OLAP Hierarchy is SkipLevel |