| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | OWNER | VARCHAR2 | 30 | (null) | N | Owner of the OLAP Measure |
| 2 | CUBE_NAME | VARCHAR2 | 30 | (null) | N | Name of the OLAP Cube which owns the Measure |
| 3 | MEASURE_NAME | VARCHAR2 | 30 | (null) | N | Name of Measure in the OLAP Cube |
| 4 | OVERRIDE_SOLVE_SPEC | CLOB | 4000 | (null) | Y | Override solve specification of the OLAP Measure |
| 5 | MEASURE_TYPE | VARCHAR2 | 7 | (null) | Y | Type of Measure in the OLAP Cube |
| 6 | EXPRESSION | CLOB | 4000 | (null) | Y | Expression of the OLAP Measure |
| 7 | DESCRIPTION | NVARCHAR2 | 600 | (null) | Y | Description of the OLAP Measure |
| 8 | DATA_TYPE | VARCHAR2 | 106 | (null) | Y | Data Type of the OLAP Measure |
| 9 | DATA_LENGTH | NUMBER | 22 | (null) | N | Data Length of the OLAP Measure |
| 10 | DATA_PRECISION | NUMBER | 22 | (null) | Y | Data Precision of the OLAP Measure |
| 11 | DATA_SCALE | NUMBER | 22 | (null) | Y | Data Scale of the OLAP Measure |