DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_CUBE_MEAS_MAPPINGS

Object Details
Object Name: USER_CUBE_MEAS_MAPPINGS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

OLAP Cube Measure Mappings owned by the user in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
CUBE_NAME VARCHAR2 (128) Yes Name of the OLAP Cube that contains the measure
CUBE_MAP_NAME VARCHAR2 (128) Yes Name of the map that contains the cube measure mapping
MAP_NAME VARCHAR2 (128) Yes Name of the OLAP Cube Measure Mapping
MAP_ID NUMBER
Yes Dictionary Id of the OLAP Cube Measure Mapping
MEASURE_NAME VARCHAR2 (128) Yes Name of the OLAP Cube Measure
MEASURE_EXPRESSION CLOB (4000)
Expression of the OLAP Cube Measure Mapping
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CUBE_NAME
,      CUBE_MAP_NAME
,      MAP_NAME
,      MAP_ID
,      MEASURE_NAME
,      MEASURE_EXPRESSION
FROM SYS.USER_CUBE_MEAS_MAPPINGS;

Dependencies

[top of page]

SYS.USER_CUBE_MEAS_MAPPINGS references the following:

SchemaSYS
TableOBJ$
TableOLAP_MAPPINGS$
TableOLAP_MEASURES$
TableOLAP_SYNTAX$
SYS.USER_CUBE_MEAS_MAPPINGS is referenced by following:

SchemaPUBLIC
SynonymUSER_CUBE_MEAS_MAPPINGS