Skip Headers
Oracle® OLAP Reference
10g Release 2 (10.2)

Part Number B14350-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_AW_LOAD_CUBES

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.

'LOAD_PROGRAM' -- This argument is no longer used.