[Home] [Help]
[Dependency Information]
| Object Name: | DBA_CUBE_DIM_MAPPINGS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Cube Dimension Mappings in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Owner of the OLAP Cube Dimension | |
| DIMENSION_NAME | VARCHAR2 | (128) | 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 |
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
FROM SYS.DBA_CUBE_DIM_MAPPINGS;
SYS
OBJ$
OLAP_DIM_LEVELS$
OLAP_HIERARCHIES$
OLAP_HIER_LEVELS$
OLAP_MAPPINGS$
OLAP_SYNTAX$
USER$
PUBLIC
DBA_CUBE_DIM_MAPPINGS
|
|
|
|