Skip Headers
Oracle® OLAP Reference
10g Release 2 (10.2)

Part Number B14350-01
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
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_AW_LOAD_CUBE_MEASURES

ALL_AW_LOAD_CUBE_MEASURES lists the measures in cube load specifications with their corresponding target measures in standard form analytic workspaces.

Measures are added to cube load specifications by the DBMS_AWM.ADD_AWCUBELOAD_SPEC_MEASURE procedure. This procedure enables you to specify a target name and display name for the measure in the analytic workspace. If you do not call this procedure, or if you do not specify the target names, the OLAP Catalog names are used.

Column Datatype NULL Description
owner varchar2(240)
Owner of the source cube in the OLAP Catalog.
cube_name varchar2(240)
Name of the source cube in the OLAP Catalog.
load_name varchar2(60)
Name of the load specification for the source cube.
measure_name varchar2(240)
Name of a measure of the source cube.
measure_target_name varchar2(60)
Name of the measure in the analytic workspace.
measure_target_display_name varchar2(60)
Display name of the measure in the analytic workspace. This may be the display name from the OLAP Catalog, or it may be user-defined.
measure_target_description varchar2(4000)
Description of the measure in the analytic workspace. This may be the description from the OLAP Catalog, or it may be user-defined.