Example: Creating a Hierarchy
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');