Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_CUBE_MEASURES

ALL_CUBE_MEASURES describes the measures for the OLAP cubes accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the cube
CUBE_NAME VARCHAR2(30) NOT NULL Name of a cube, such as UNITS_CUBE
MEASURE_NAME VARCHAR2(30) NOT NULL Name of a measure in the cube, such as SALES
OVERRIDE_SOLVE_SPEC CLOB   Syntax text for the measure's consistent solve specification that overrides that of its cube
MEASURE_TYPE VARCHAR2(7)   Type of the OLAP measure:
  • BASE - Base measures store the data

  • DERIVED - Derived measures calculate the data from base measures; also called calculated measures

EXPRESSION CLOB   Expression that provides the values of the measure
DESCRIPTION NVARCHAR2(300)   Description of the measure in the session language
DATA_TYPE VARCHAR2(106)   Data type of the measure, such as NUMBER
DATA_LENGTH NUMBER NOT NULL Length of a character data type
DATA_PRECISION NUMBER   Precision of a numeric data type
DATA_SCALE NUMBER   Scale of a numeric data type