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_TABLE_MAP, 2 of 18


Understanding OLAP Metadata Mapping

OLAP metadata mapping is the process of establishing the links between logical metadata entities and the physical locations where the data is stored. The CWM2_OLAP_TABLE_MAP package provides procedures for linking OLAP metadata entities to columns in fact tables and dimension tables and for establishing the join relationships between a fact table and its associated dimension tables.


Note:

The dimension tables and fact tables may be implemented as views. For example, the views you can generate using the CWM2_OLAP_AW_ACCESS package may be a data source for OLAP metadata. These views project an image of relational fact tables and dimension tables over an analytic workspace, where the data actually resides.


Mapping Logical Metadata Entities

Each dimension level maps to one or more columns in a dimension table. All the columns of a multicolumn level must be mapped within the same table. All the levels of a dimension may be mapped to columns in the same table (a traditional star schema), or the levels may be mapped to columns in separate tables (snowflake schema).

Each dimension level attribute maps to a single column. Level attributes must be mapped within the same table as their associated levels.

Each measure maps to a single column in a fact table. All the measures mapped within the same fact table must share the same dimensionality.

Joining Fact Tables with Dimension Tables

Once you have mapped the levels, attributes, and measures, you can specify the mapping of logical foreign key columns in the fact table to level key columns in dimension tables.

The mapping between a fact table and its dimension tables may be specified for any of the following configurations:


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