| Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02  | 
  | 
  | 
View PDF | 
This procedure specifies a measure to load from the fact table to the analytic workspace. The load instructions are added to load definition created by AW_CUBE_DEFINE_LOAD.
AW_CUBE_MEASURE_LOAD ( cube_owner IN VARCHAR2, cube_name IN VARCHAR2, measure_name IN VARCHAR2 load_name IN VARCHAR2);
| Parameter | Description | 
|---|---|
|  
 
  | 
 
 Owner of the OLAP Catalog cube.  | 
|  
 
  | 
 
 Name of the OLAP Catalog cube.  | 
|  
 
  | 
 
 Name of one of the cube's measures.  | 
|  
 load_name  | 
 
 Name of a load definition.  |