Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure drops a cube from the OLAP 2 Catalog.
Note: When a cube is dropped, its associated measures are also dropped. However, the cube's dimensions are not dropped. They might be mapped within the context of a different cube. |
DROP_CUBE ( cube_owner IN VARCHAR2, cube_name IN VARCHAR2);
Parameter | Description |
---|---|
|
Owner of the cube. |
|
Name of the cube. |
Exception | Description |
---|---|
|
User does not have the necessary privileges. User must be the owner and have the |
|
Cube not found. |