Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure uses a load definition to load data from a fact table into an analytic workspace. Unless a filter criteria was established for the data load, AW_CUBE_REFRESH
loads all the data from the fact table.
If an aggregation plan was established for this data load, AW_CUBE_REFRESH
aggregates the data to the specified level. Otherwise, it fully aggregates the data within the analytic workspace.
AW_CUBE_REFRESH ( aw_owner IN VARCHAR2, aw_name IN VARCHAR2, cube_owner IN VARCHAR2, cube_name IN VARCHAR2, load_name IN VARCHAR2);