Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure removes the relationship between the key columns in a fact table and the level columns of a dimension hierarchy in a dimension table.
REMOVEMAP_FACTTBL_LEVELKEY ( cube_owner IN VARCHAR2, cube_name IN VARCHAR2, facttable_owner IN VARCHAR2, facttable_name IN VARCHAR2 DEFAULT );
Parameter | Description |
---|---|
|
Owner of the cube. |
|
Name of the cube. |
|
Owner of the fact table. |
|
Name of the fact table. |