Oracle® OLAP Reference 10g Release 2 (10.2) Part Number B14350-01 |
|
|
View PDF |
ALL_OLAP2_DIM_ATTR_USES
shows how level attributes are associated with each dimension attribute.
The same level attribute can be included in more than one dimension attribute.
Column | Data Type | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the dimension. |
DIMENSION_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the dimension. |
DIM_ATTRIBUTE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the dimension attribute. |
LEVEL_NAME |
VARCHAR2(30) |
NOT NULL |
Name of a level within the dimension. |
LVL_ATTRIBUTE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of an attribute for this level. This level attribute is included in the dimension attribute. |