Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure creates the containers within an analytic workspace to hold an OLAP Catalog cube.
The OLAP Catalog cube must conform to the requirements specified in "Basic Star or Snowflake Schema".
AW_CUBE_CREATE ( aw_owner IN VARCHAR2, aw_name IN VARCHAR2, cube_owner IN VARCHAR2, cube_name IN VARCHAR2);
Parameter | Description |
---|---|
|
Owner of the analytic workspace. |
|
Name of the analytic workspace. |
|
Owner of the OLAP Catalog cube. |
|
Name of the OLAP Catalog cube. |