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 values from dimension tables into an analytic workspace.
If the analytic workspace dimension has never been populated, AW_DIMENSION_REFRESH
does a full load. Otherwise, it refreshes the dimension based on the load type described in Table 16-3 and on any filter criteria that may have been established by a call to AW_DIM_FILTER_LOAD
.
AW_DIMENSION_REFRESH ( aw_owner IN VARCHAR2, aw_name IN VARCHAR2, dimension_owner IN VARCHAR2, dimension_name IN VARCHAR2, load_name IN VARCHAR2);