[Home] [Help]
[Dependency Information]
| Object Name: | CDB_CUBE_MAPPINGS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Cube Mappings in the database in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Owner of the OLAP Cube |
| CUBE_NAME | VARCHAR2 | (30) | 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 | |
| CON_ID | NUMBER | container id |
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
, CON_ID
FROM SYS.CDB_CUBE_MAPPINGS;
SYS.CDB_CUBE_MAPPINGS does not reference any database object
SYS.CDB_CUBE_MAPPINGS is referenced by following:
PUBLIC
CDB_CUBE_MAPPINGS
|
|
|
|