Oracle® OLAP Reference 10g Release 2 (10.2) Part Number B14350-01 |
|
|
View PDF |
ALL_AW_LOAD_CUBE_PARMS
lists the parameters in cube load specifications.
Cube load specifications determine how a cube's data will be loaded from the fact table into the analytic workspace.
Parameters are set for cube load specifications by the DBMS_AWM.SET_AWCUBELOAD_SPEC_PARAMETER
procedure.
Column | Datatype | NULL | Description |
---|---|---|---|
owner |
varchar2(240) |
Owner of the source cube in the OLAP Catalog. | |
cube_name |
varchar2(240) |
Name of the source cube in the OLAP Catalog. | |
load_name |
varchar2(60) |
Name of the load specification for the source cube. | |
parm_name |
varchar2(16) |
The name of the parameter. Currently only 'DISPLAY NAME ' is available. If you do not set this parameter, the cube display name from the OLAP Catalog is used in the analytic workspace. |
|
parm_value |
varchar2(4000) |
The display name to use for the target cube in the analytic workspace. |