OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the cube. |
CUBE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the cube. |
DIMENSION_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the dimensions of the cube. |
HIERARCHY_NAME |
VARCHAR2(30) |
|
Name of the hierarchies of the cube's dimensions. |
DIM_HIER_COMBO_ID |
NUMBER |
NOT NULL |
Identifier of a hierarchy combination within the cube. |
AGGREGATION_NAME |
VARCHAR2(240) |
|
Name of the aggregation operator for this dimension. (See Table 1-10, "Aggregation Operators". |
AGGREGATION_ORDER |
NUMBER |
|
The order of precedence of the aggregation operator. |
TABLE_OWNER |
VARCHAR2(30) |
|
Owner of the table that contains the weightby factors for weighted operators. If the operator is not weighted, this column is null. |
TABLE_NAME |
VARCHAR2(30) |
|
Name of the table that contains the weightby factors for weighted operators. If the operator is not weighted, this column is null. |
COLUMN_NAME |
VARCHAR2(30) |
|
Name of the column that contains the weightby factors for weighted operators. If the operator is not weighted, this column is null. |