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

Summary of CWM2_OLAP_AW_CREATE Subprograms

Table 16-1  CWM2_OLAP_AW_CREATE Subprograms
Subprogram Description

AW_DIMENSION_CREATE Procedure

Creates containers within an analytic workspace to hold the dimension members of an OLAP Catalog dimension.

AW_DIM_DEFINE_LOAD Procedure

Creates a load definition for a dimension.

AW_DIM_FILTER_LOAD Procedure

Specifies a SQL WHERE clause to use in the query against the dimension table.

AW_DIMENSION_REFRESH Procedure

Uses a load definition to load dimension members into an analytic workspace.

AW_DIMENSION_CREATE_ACCESS Procedure

Generates relational views of an analytic workspace dimension.

AW_CUBE_CREATE Procedure

Creates containers within an analytic workspace to hold the data of an OLAP Catalog cube.

AW_CUBE_DEFINE_LOAD Procedure

Creates a load definition for a cube.

AW_CUBE_FILTER_LOAD Procedure

Specifies a SQL WHERE clause to use in the query against the fact table.

AW_CUBE_MEASURE_LOAD Procedure

Specifies a measure to load into the analytic workspace.

AW_CHOOSE_LEVEL_TUPLES Procedure

Creates a table of level combinations for a cube.

AW_DEFINE_AGG_PLAN Procedure

Specifies how to aggregate the cube's data within the analytic workspace.

AW_CUBE_REFRESH Procedure

Uses a load definition to load data from a fact table into an analytic workspace.

AW_CUBE_CREATE_ACCESS Procedure

Generates relational views of an analytic workspace cube.