Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure removes the relationship between a level attribute and a column in a dimension table. The attribute is identified by the hierarchy that contains its associated level.
Upon successful completion of this procedure, the level attribute is a purely logical metadata entity. It has no data associated with it.
REMOVEMAP_DIMTBL_HIERLEVELATTR ( dimension_owner IN VARCHAR2, dimension_name IN VARCHAR2, dimension_attribute_name IN VARCHAR2, hierarchy_name IN VARCHAR2, level_name IN VARCHAR2, level_attribute_name IN VARCHAR2);