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


VIEW: SYS.ALL_CUBE_MAPPINGS

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

OLAP Cube Mappings in the database accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the OLAP Cube
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 OWNER
,      CUBE_NAME
,      MAP_NAME
,      MAP_ID
,      QUERY
,      WHERE_CLAUSE
,      FROM_CLAUSE
,      IS_SOLVED
,      AGGREGATION_METHOD
FROM SYS.ALL_CUBE_MAPPINGS;

Dependencies

[top of page]

SYS.ALL_CUBE_MAPPINGS references the following:

SchemaSYS
TableDEPENDENCY$
TableOBJ$
TableOBJAUTH$
TableOLAP_CUBES$
TableOLAP_IMPL_OPTIONS$
TableOLAP_MAPPINGS$
TableOLAP_SYNTAX$
TableUSER$
SYS.ALL_CUBE_MAPPINGS is referenced by following:

SchemaPUBLIC
SynonymALL_CUBE_MAPPINGS