Oracle® OLAP Reference 10g Release 2 (10.2) Part Number B14350-01 |
|
|
View PDF |
ALL_AW_LOAD_CUBES
lists the load specifications for cubes.
Load specifications determine how data will be loaded from the source fact table into the analytic workspace. Cube load specifications are created by the DBMS_AWM.CREATE_AWCUBELOAD_SPEC
procedure.
Column | Datatype | NULL | Description |
---|---|---|---|
cube_owner |
varchar2(240) |
Owner of the OLAP Catalog source cube. | |
cube_name |
varchar2(240) |
Name of the OLAP Catalog source cube. | |
load_name |
varchar2(60) |
Name of a load specification for the cube. | |
load_type |
varchar2(60) |
'LOAD_DATA' -- Load the data and metadata for an OLAP Catalog cube into the analytic workspace target cube.
|