Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
The following statement creates a CWM2
dimension entity, PRODUCT_DIM
, in the JSMITH
schema. The display name is Product
, and the plural name is Products
. The short description is Prod
, and the description is Product
.
execute cwm2_olap_dimension.create_dimension ('JSMITH', 'PRODUCT_DIM', 'Product', 'Products', 'Prod', 'Product');
The following statements change the short description to Product
and the long description to Product Dimension
.
execute cwm2_olap_dimension.set_short_description ('JSMITH', 'PRODUCT_DIM', 'Product'); execute cwm2_olap_dimension.set_description ('JSMITH', 'PRODUCT_DIM', 'Product Dimension');