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 , 17 of 24


ALL_OLAP2_DIM_LEVELS

ALL_OLAP2_DIM_LEVELS is a synonym for ALL$OLAP2UDIM_LEVELS.

Each row represents a level within a dimension. A level is mapped to one or more columns within a dimension table. In a star schema, all of a dimension's levels are mapped to columns within the same table. In a snowflake schema, a dimension's levels are mapped to columns in separate tables.

Column Data Type NULL Description

OWNER

VARCHAR2(30)

NOT NULL

Owner of the dimension containing this level.

DIMENSION_NAME

VARCHAR2(30)

NOT NULL

Name of the dimension containing this level.

LEVEL_NAME

VARCHAR2(30)

NOT NULL

Name of the level.

DISPLAY_NAME

VARCHAR2(30)

Display name for the level.

DESCRIPTION

VARCHAR2(2000)

Description of the level.

LEVEL_TABLE_OWNER

VARCHAR2(30)

NOT NULL

Owner of the dimension table that contains the columns for this level.

LEVEL_TABLE_NAME

VARCHAR2(30)

NOT NULL

Name of the dimension table that contains the columns for this level.


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