OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the cube that contains the measure. |
CUBE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the cube that contains the measure. |
INVALID |
VARCHAR2(2) |
NOT NULL |
Whether or not this cube is in an invalid state. See "Validating and Committing OLAP Catalog Metadata". |
DISPLAY_NAME |
VARCHAR2(30) |
|
Display name for the cube. |
DESCRIPTION |
VARCHAR2(2000) |
|
Description of the cube. |
MV_SUMMARYCODE |
VARCHAR2(2) |
|
If this cube has an associated materialized view, the MV summary code specifies whether it is in Grouping Set (groupingset ) or Rolled Up (rollup ) form.
See Chapter 27, "DBMS_ODM".
|