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

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

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

Syntax

AW_CUBE_CREATE (
          aw_owner         IN   VARCHAR2,
          aw_name          IN   VARCHAR2,
          cube_owner       IN   VARCHAR2,
          cube_name        IN   VARCHAR2);

Parameters

Table 16-8  AW_CUBE_CREATE Procedure Parameters
Parameter Description

aw_owner

Owner of the analytic workspace.

aw_name

Name of the analytic workspace.

cube_owner

Owner of the OLAP Catalog cube.

cube_name

Name of the OLAP Catalog cube.