Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
OLAP metadata entities are: dimensions, hierarchies, levels, level attributes, dimension attributes, measures, cubes, and measure folders. A separate PL/SQL package exists for each type of entity. The package provides procedures for creating, dropping, locking, and specifying descriptions for entities of that type. For example, to create a dimension, you would call CWM2_OLAP_DIMENSION.CREATE_DIMENSION
, to create a level, you would call CWM2_OLAP_LEVEL.CREATE_LEVEL
, and so on.
Each entity of metadata is uniquely identified by its owner and its name.
To fully construct a dimension or a cube, you must understand the hierarchical relationships between the component metadata entities.