| Table Name | Description |
| ALL_CUBE_VIEW_COLUMNS | OLAP Cube View Columns in the database accessible by the user |
| Column ID | Column name | Data type | Length | Precision | NULL | Description |
| 1 | OWNER | VARCHAR2 | 30 | (null) | Y | Owner of the OLAP Cube View Column |
| 2 | CUBE_NAME | VARCHAR2 | 30 | (null) | Y | Name of owning cube of the OLAP Cube View Column |
| 3 | VIEW_NAME | VARCHAR2 | 30 | (null) | Y | View Name of the OLAP Cube View Column |
| 4 | COLUMN_NAME | VARCHAR2 | 30 | (null) | Y | Name of the OLAP Cube View Column |
| 5 | COLUMN_TYPE | VARCHAR2 | 7 | (null) | Y | View Type of the OLAP Cube View Column |
| 6 | OBJECT_NAME | VARCHAR2 | 30 | (null) | Y | Name of Measure of the OLAP Cube View Column |