Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2.0.2)

Part Number A95295-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

ALL_OLAP2_DIM_LEVELS

ALL_OLAP2_DIM_LEVELS lists the levels within each dimension.

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.