Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure creates a load definition for an OLAP Catalog dimension. The load definition specifies the dimension members to load from the dimension tables and how to store them within the analytic workspace.
The load definition is used by AW_DIMENSION_REFRESH
.
The load definition can have one of the types described in Table 16-3.
AW_DIM_DEFINE_LOAD ( dimension_owner IN VARCHAR2, dimension_name IN VARCHAR2, load_name IN VARCHAR2, load_type IN VARCHAR2, unique_keys IN VARCHAR2);
Parameter | Description |
---|---|
|
Owner of the OLAP Catalog dimension. |
|
Name of the OLAP Catalog dimension. |
|
Name of a load definition. |
|
Type of data load. Specify one of the values listed in Table 16-3, "Load Types for Dimensions". |
|
Whether or not the members of this dimension are unique across all levels. Values can be |