Oracle® OLAP Reference 10g Release 2 (10.2) Part Number B14350-01 |
|
|
View PDF |
ALL_OLAP2_CUBE_MEASURES
lists the measures within each cube.
Column | Data Type | NULL | Description |
---|---|---|---|
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. |
MEASURE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the measure. |
DISPLAY_NAME |
VARCHAR2(30) |
Display name for the measure. | |
DESCRIPTION |
VARCHAR2(2000) |
Description of the measure. |