Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
The following statement creates a dimension hierarchy PRODUCT_DIM_ROLLUP
, for the PRODUCT_DIM
dimension in the JSMITH
schema. The display name is Standard.
The short description is Std Product
, and the description is Standard Product Hierarchy
. The solved code is SOLVED LEVEL-BASED
, meaning that this hierarchy will be mapped to an embedded total dimension table, and that the fact table associated with this dimension hierarchy will store fully solved data.
execute cwm2_olap_hierarchy.create_hierarchy ('JSMITH', 'PRODUCT_DIM', 'PRODUCT_DIM_ROLLUP', 'Standard', 'Std Product', 'Standard Product Hierarchy', 'SOLVED LEVEL-BASED');