Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure creates the table sys.olaptablevels
, which lists all the levels of all of the dimensions of the cube. By default, all levels are selected for inclusion in the materialized view. You can edit the table to deselect any levels that you do not want to include.
CREATE_DIMLEVTUPLE ( cube_owner IN varchar2, cube_name IN varchar2);
Parameter | Description |
---|---|
|
Owner of the cube. |
|
Name of the cube. |