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

OLAP Catalog Union Views , 15 of 24


ALL_OLAP2_DIM_LEVEL_ATTR_MAPS

ALL_OLAP2_DIM_LEVEL_ATTR_MAPS is a synonym for ALL$OLAP2UDIM_LEVEL_ATTR_MAPS.

Each row represents the mapping of a level attribute to its associated level.

Each level maps to one or more columns in a dimension table. Each level attribute maps to a single column in the same dimension table as its associated level.

The mapping of level attributes to levels is dependent on hierarchy. The same level may have different attributes when it is used in different hierarchies.

All the levels defined as OLAP metadata are represented by the ALL_OLAP2_DIM_LEVELS view.

Column Data Type NULL Description

OWNER

VARCHAR2(30)

NOT NULL

Owner of the dimension.

DIMENSION_NAME

VARCHAR2(30)

NOT NULL

Name of the dimension.

HIERARCHY_NAME

VARCHAR2(30)

Name of the hierarchy containing this level.

ATTRIBUTE_NAME

VARCHAR2(30)

Name of a dimension attribute grouping containing this level attribute.

LVL_ATTRIBUTE_NAME

VARCHAR2(30)

NOT NULL

Name of the level attribute, or name of the column if the level attribute name is not specified.

LEVEL_NAME

VARCHAR2(30)

NOT NULL

Name of the level.

TABLE_OWNER

VARCHAR2(30)

NOT NULL

Owner of the dimension table containing the level and level attribute.

TABLE_NAME

VARCHAR2(30)

NOT NULL

Name of the dimension table containing the level and level attribute columns.

COLUMN_NAME

VARCHAR2(30)

NOT NULL

Name of the column containing the level attribute.

DTYPE

VARCHAR2(10)

NOT NULL

Data type of the column containing the level attribute.


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