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