AW_DIMENSION_CREATE Procedure
|
Creates containers within an analytic workspace to hold the dimension members of an OLAP Catalog dimension.
|
AW_DIM_DEFINE_LOAD Procedure
|
Creates a load definition for a dimension.
|
AW_DIM_FILTER_LOAD Procedure
|
Specifies a SQL WHERE clause to use in the query against the dimension table.
|
AW_DIMENSION_REFRESH Procedure
|
Uses a load definition to load dimension members into an analytic workspace.
|
AW_DIMENSION_CREATE_ACCESS Procedure
|
Generates relational views of an analytic workspace dimension.
|
AW_CUBE_CREATE Procedure
|
Creates containers within an analytic workspace to hold the data of an OLAP Catalog cube.
|
AW_CUBE_DEFINE_LOAD Procedure
|
Creates a load definition for a cube.
|
AW_CUBE_FILTER_LOAD Procedure
|
Specifies a SQL WHERE clause to use in the query against the fact table.
|
AW_CUBE_MEASURE_LOAD Procedure
|
Specifies a measure to load into the analytic workspace.
|
AW_CHOOSE_LEVEL_TUPLES Procedure
|
Creates a table of level combinations for a cube.
|
AW_DEFINE_AGG_PLAN Procedure
|
Specifies how to aggregate the cube's data within the analytic workspace.
|
AW_CUBE_REFRESH Procedure
|
Uses a load definition to load data from a fact table into an analytic workspace.
|
AW_CUBE_CREATE_ACCESS Procedure
|
Generates relational views of an analytic workspace cube.
|