Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
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
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_DIM_ATTRIBUTES

ALL_DIM_ATTRIBUTES describes the relationship between a dimension level and a functionally dependent column. The level columns and the dependent column must be in the same table.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the dimension
DIMENSION_NAME VARCHAR2(30) NOT NULL Name of the dimension
ATTRIBUTE_NAME VARCHAR2(30)   Name of the attribute
LEVEL_NAME VARCHAR2(30)   Name of the hierarchy level
COLUMN_NAME VARCHAR2(30) NOT NULL Dependent column name
INFERRED CHAR(1)   Indicates whether the attribute is inferred from a JOIN KEY specification (Y) or not (N)