Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2)

Part Number A95295-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

CWM2_OLAP_CUBE, 3 of 16


Creating Cubes

The CWM2_OLAP_CUBE package contains procedures that establish cube entities within the OLAP 2 Catalog.


Note:

When you create an OLAP metadata entity, you are simply adding a row to an OLAP Catalog table that identifies all the entities of that type. Creating an entity of metadata does not fully define a dimension or a cube, nor does it involve any mapping to warehouse dimension tables or fact tables.


Creating a Cube's Dimensions

Before you create a cube, you must create its dimensions by calling procedures in the following packages:

Completing the Cube's Metadata

Once you have created a cube, you will need to call procedures in the following packages to fully define the cube's metadata:

Verifying the Metadata for a Cube

To be valid, a cube must have at least one valid dimension and at least one measure that is correctly mapped to a column in a fact table.

To test the validity of the cube's dimensional metadata, use the VALIDATE_DIMENSION procedure in the CWM2_OLAP_VALIDATE package.

To test the validity of the cube itself, use the VALIDATE_CUBE procedure in the CWM2_OLAP_VALIDATE package.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 2001, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback