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

This procedure creates the containers within an analytic workspace to hold an OLAP Catalog dimension.

The OLAP Catalog dimension must conform to the requirements specified in "Basic Star or Snowflake Schema".

If the analytic workspace does not already exist, AW_DIMENSION_CREATE creates it.

Syntax

AW_DIMENSION_CREATE (
          aw_owner           IN   VARCHAR2,
          aw_name            IN   VARCHAR2,
          dimension_owner    IN   VARCHAR2,
          dimension_name     IN   VARCHAR2); 

Parameters

Table 16-2  AW_DIMENSION_CREATE Procedure Parameters
Parameter Description

aw_owner

Owner of the analytic workspace.

aw_name

Name of the analytic workspace.

dimension_owner

Owner of the OLAP Catalog dimension.

dimension_name

Name of the OLAP Catalog dimension.