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_AW_MAP , 6 of 14


MAP_AW_DIMENSION Procedure

This procedure associates a logical dimension in the OLAP Catalog with a dimension in an analytic workspace.

The dimension entity in the OLAP Catalog must have been created by procedures in the CWM2_OLAP_AW_OBJECT package.

Syntax

MAP_AW_DIMENSION (
          dimension_owner   IN   VARCHAR2  (30),
          dimension_name    IN   VARCHAR2  (30),
          aw_owner          IN   VARCHAR2  (30),
          aw_name           IN   VARCHAR2  (30),
          aw_object_name    IN   VARCHAR2  (30));

Parameters

Table 26-3 MAP_AW_DIMENSION Procedure Parameters
Parameter Description

dimension_owner

Owner of the logical dimension in the OLAP Catalog.

dimension_name

Name of the logical dimension in the OLAP Catalog.

aw_owner

Owner of analytic workspace.

aw_name

Name of the analytic workspace.

aw_object_name

Name of the dimension in the analytic workspace.


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