Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure creates a table listing all the level combinations associated with a cube.
The table, SYS.OlapTabLevels
, has columns for each of the cube's dimensions. The rows contain the level names for the dimensions. By default, all the levels are selected for aggregation within the analytic workspace.
If you want to specify partial aggregation, you must edit the table. Uncheck each level for which summary data should not be stored.
Once you have established the table of level tuples for a cube, you can call AW_DEFINE_AGG_PLAN
to define a set of aggregation rules for a given load definition.
AW_CHOOSE_LEVEL_TUPLES ( cube_owner IN VARCHAR2, cube_name IN VARCHAR2);
Parameter | Description |
---|---|
|
Owner of the OLAP Catalog cube. |
|
Name of the OLAP Catalog cube. |