Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure creates a new dimension entity in the OLAP Catalog.
By default the new dimension is a normal dimension, but you can specify the value TIME
for the dimension_type
parameter to create a time dimension.
Descriptions and display properties must also be established as part of dimension creation. Once the dimension has been created, you can override these properties by calling other procedures in this package.
CREATE_DIMENSION ( dimension_owner IN VARCHAR2, dimension_name IN VARCHAR2, display_name IN VARCHAR2, plural_name IN VARCHAR2, short_description IN VARCHAR2, description IN VARCHAR2, dimension_type IN VARCHAR2 DEFAULT NULL);