Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2.0.2)

Part Number A95295-02
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 Go to next page
View PDF

AW_CUBE_MEASURE_LOAD Procedure

This procedure specifies a measure to load from the fact table to the analytic workspace. The load instructions are added to load definition created by AW_CUBE_DEFINE_LOAD.

Syntax

AW_CUBE_MEASURE_LOAD (
          cube_owner              IN   VARCHAR2,
          cube_name               IN   VARCHAR2,
          measure_name            IN   VARCHAR2
          load_name               IN   VARCHAR2);

Parameters

Table 16-11  AW_CUBE_MEASURE_LOAD Procedure Parameters
Parameter Description

cube_owner

Owner of the OLAP Catalog cube.

cube_name

Name of the OLAP Catalog cube.

measure_name

Name of one of the cube's measures.

load_name

Name of a load definition.