Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure creates a new level attribute in the OLAP Catalog and associates the level attribute with a level and with a dimension attribute.
If the level attribute name should be reserved for a specific level and dimension attribute combination, you can set the RESERVED_LEVEL_ATTRIBUTE
argument to TRUE
. For more information, see Table 22-1, " Reserved Level Attributes".
You must specify descriptions and display properties as part of level attribute creation. Once the level attribute has been created, you can override these properties by calling other procedures in the CWM2_OLAP_LEVEL_ATTRIBUTE
package.
CREATE_LEVEL_ATTRIBUTE ( dimension_owner IN VARCHAR2, dimension_name IN VARCHAR2, dimension_attribute_name IN VARCHAR2, level_name IN VARCHAR2, level_attribute_name IN VARCHAR2, display_name IN VARCHAR2, short_description IN VARCHAR2, description IN VARCHAR2, reserved_level_attribute IN BOOLEAN FALSE);