| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | OWNER | VARCHAR2 | 30 | (null) | N | Owner of OLAP Attribute |
| 2 | DIMENSION_NAME | VARCHAR2 | 30 | (null) | N | Name of owning Cube Dimension of the OLAP Attribute |
| 3 | ATTRIBUTE_NAME | VARCHAR2 | 30 | (null) | N | NULL - oracleabc.com |
| 4 | TARGET_DIMENSION_NAME | VARCHAR2 | 30 | (null) | Y | Name of Target Dimension of the OLAP Attribute |
| 5 | ATTRIBUTE_ROLE | VARCHAR2 | 17 | (null) | Y | Special role this attribute plays (e.g. ShortDescription), or null if none |
| 6 | DESCRIPTION | NVARCHAR2 | 600 | (null) | Y | Long Description of the OLAP Attribute |
| 7 | DATA_TYPE | VARCHAR2 | 106 | (null) | Y | Data Type of the OLAP Attribute |
| 8 | DATA_LENGTH | NUMBER | 22 | (null) | N | Data Length of the OLAP Attribute |
| 9 | DATA_PRECISION | NUMBER | 22 | (null) | Y | Data Precision of the OLAP Attribute |
| 10 | DATA_SCALE | NUMBER | 22 | (null) | Y | Data Scale of the OLAP Attribute |