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_DEFINE_LOAD Procedure

This procedure creates a load definition for an OLAP Catalog cube. The load definition specifies the data to load from the fact table and how to aggregate the data within the analytic workspace.

The load definition is used by AW_CUBE_REFRESH.

Syntax

AW_CUBE_DEFINE_LOAD (
          cube_owner             IN   VARCHAR2,
          cube_name              IN   VARCHAR2,
          load_name              IN   VARCHAR2,
          load_type              IN   VARCHAR2);

Parameters

Table 16-9  AW_CUBE_DEFINE_LOAD Procedure Parameters
Parameter Description

cube_owner

Owner of the OLAP Catalog cube.

cube_name

Name of the OLAP Catalog cube.

load_name

Name of a load definition.

load_type

Type of data load. This argument is not used in the current release.