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

Creating Fact Materialized Views With DBMS_ODM, 7 of 9


CREATECUBELEVELTUPLE Procedure

This procedure creates the table sys.olaptableveltuples, which lists all the level combinations to be included in the materialized view for the cube.

The table sys.olaptableveltuples is created based on the table sys.olaptablevels, which was generated by the CREATEDIMLEVTUPLE Procedure.


Important:

If you do not want to include all level combinations in the materialized view for the cube, you must edit the table sys.olaptablevels before executing the CREATECUBELEVELTUPLE procedure.


Syntax

CREATECUBELEVELTUPLE (
               cube_owner     IN   VARCHAR2,
               cube_name      IN   VARCHAR2);

Parameters

Table 30-3 CREATECUBELEVELTUPLE Procedure Parameters
Parameter Description

cube_owner

Owner of the cube.

cube_name

Name of the cube.


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