[Home] [Help]
[Dependency Information]
| Object Name: | USER_CUBE_MAPPINGS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Cube Mappings owned by the user in the database
| 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 |
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;
SYS
OBJ$
OLAP_IMPL_OPTIONS$
OLAP_MAPPINGS$
OLAP_SYNTAX$
PUBLIC
USER_CUBE_MAPPINGS
|
|
|
|