Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure removes the relationship between a measure column in a fact table and a logical measure associated with a cube.
Upon successful completion of this procedure, the measure is a purely logical metadata entity. It has no data associated with it.
REMOVEMAP_FACTTBL_MEASURE ( cube_owner IN VARCHAR2, cube_name IN VARCHAR2, measure_name IN VARCHAR2, facttable_owner IN VARCHAR2, facttable_name IN VARCHAR2, column_name IN VARCHAR2, dimkeymap IN VARCHAR2);