Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure generates a script that creates a fact table materialized view.
The materialized view will include all level combinations specified in the sys.olaptableveltuples
table, which was created by the CREATECUBELEVELTUPLE Procedure.
CREATEFACTMV_GS ( cube_owner IN VARCHAR2, cube_name IN VARCHAR2, outfile IN VARCHAR2, outfile_path IN VARCHAR2, partitioning IN BOOLEAN, tablespace_mv IN VARCHAR2 DEFAULT NULL, tablespace_index IN VARCHAR2 DEFAULT NULL);