[Home] [Help]
[Dependency Information]
| Object Name: | CDB_CUBE_DIM_MAPPINGS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Cube Dimension Mappings in the database in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Owner of the OLAP Cube Dimension | |
| DIMENSION_NAME | VARCHAR2 | (30) | Name of the OLAP Cube Dimension that contains the mapping | |
| HIERARCHY_NAME | VARCHAR2 | (128) | Name of the OLAP Cube Hierarchy that contains the mapping | |
| LEVEL_NAME | VARCHAR2 | (128) | Name of the OLAP Cube Dimension Level that contains the mapping | |
| MAP_NAME | VARCHAR2 | (128) | Name of the OLAP Cube Dimension Mapping | |
| MAP_ID | NUMBER | Dictionary Id of the OLAP Cube Dimension Mapping | ||
| MAPPED_DIMENSION_TYPE | VARCHAR2 | (17) | Text value indicating the type of the OLAP Dimension that contains the mapping | |
| MAPPED_HIERARCHY_TYPE | VARCHAR2 | (5) | Text value indicating the type of the OLAP Hierarchy that contains the mapping | |
| QUERY | CLOB | (4000) | Query of the OLAP Cube Dimension Mapping | |
| KEY_EXPRESSION | CLOB | (4000) | Key expression of the OLAP Cube Dimension Mapping | |
| FROM_CLAUSE | CLOB | (4000) | From clause of the OLAP Cube Dimension Mapping | |
| WHERE_CLAUSE | CLOB | (4000) | Where clause of the OLAP Cube Dimension Mapping | |
| JOIN_CONDITION | CLOB | (4000) | Join condition of the OLAP Cube Dimension Mapping | |
| LEVEL_ID_EXPRESSION | CLOB | (4000) | Level ID expression of the OLAP Cube Dimension Mapping | |
| PARENT_EXPRESSION | CLOB | (4000) | Parent expression of the OLAP Cube Dimension Mapping | |
| PARENT_LEVEL_ID_EXPRESSION | CLOB | (4000) | Parent level ID expression of the OLAP Cube Dimension Mapping | |
| LEVEL_EXPRESSION | CLOB | (4000) | Level expression of the OLAP Cube Dimension Mapping | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, DIMENSION_NAME
, HIERARCHY_NAME
, LEVEL_NAME
, MAP_NAME
, MAP_ID
, MAPPED_DIMENSION_TYPE
, MAPPED_HIERARCHY_TYPE
, QUERY
, KEY_EXPRESSION
, FROM_CLAUSE
, WHERE_CLAUSE
, JOIN_CONDITION
, LEVEL_ID_EXPRESSION
, PARENT_EXPRESSION
, PARENT_LEVEL_ID_EXPRESSION
, LEVEL_EXPRESSION
, CON_ID
FROM SYS.CDB_CUBE_DIM_MAPPINGS;
SYS.CDB_CUBE_DIM_MAPPINGS does not reference any database object
SYS.CDB_CUBE_DIM_MAPPINGS is referenced by following:
PUBLIC
CDB_CUBE_DIM_MAPPINGS
|
|
|
|