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


VIEW: SYS.USER_CUBE_MAPPINGS

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

OLAP Cube Mappings owned by the user in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
CUBE_NAME VARCHAR2 (128) Yes
MAP_NAME VARCHAR2 (128) Yes Name of the OLAP Cube Mapping
MAP_ID NUMBER
Yes Dictionary Id of the OLAP Cube Mapping
QUERY CLOB (4000)
Query of the OLAP Cube Mapping
WHERE_CLAUSE CLOB (4000)
Where Clause of the OLAP Cube Mapping
FROM_CLAUSE CLOB (4000)
From Clause of the OLAP Cube Mapping
IS_SOLVED VARCHAR2 (1)
Indication of whether or not the OLAP Cube Mapping is solved
AGGREGATION_METHOD VARCHAR2 (200)
Aggregation method of the OLAP Cube Mapping
Query Text

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


SELECT CUBE_NAME
,      MAP_NAME
,      MAP_ID
,      QUERY
,      WHERE_CLAUSE
,      FROM_CLAUSE
,      IS_SOLVED
,      AGGREGATION_METHOD
FROM SYS.USER_CUBE_MAPPINGS;

Dependencies

[top of page]

SYS.USER_CUBE_MAPPINGS references the following:

SchemaSYS
TableOBJ$
TableOLAP_IMPL_OPTIONS$
TableOLAP_MAPPINGS$
TableOLAP_SYNTAX$
SYS.USER_CUBE_MAPPINGS is referenced by following:

SchemaPUBLIC
SynonymUSER_CUBE_MAPPINGS