DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_CUBE_ATTR_MAPPINGS

Object Details
Object Name: ALL_CUBE_ATTR_MAPPINGS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

OLAP Cube Attribute Mappings in the database that are accessible by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the OLAP Cube Attribute
DIMENSION_NAME VARCHAR2 (128) Yes Name of the Cube Dimension of the Cube Attribute
ATTRIBUTE_NAME VARCHAR2 (128) Yes Name of the Cube Attribute
OWNER_MAP_DIMENSION_TYPE VARCHAR2 (17)
Text value indicating the type of the Cube Dimenension that owns the map that contains the Cube Attribute Mapping
OWNER_MAP_HIERARCHY_NAME VARCHAR2 (128)
Name of the Hierarchy of the Cube Dimension that owns the map that contains the Cube Attribute Mapping
OWNER_MAP_LEVEL_NAME VARCHAR2 (128)
Name of the Level of the Cube Dimension or Cube Hierarchy that owns the map that contains the Cube Attribute Mapping
OWNER_MAP_NAME VARCHAR2 (128) Yes Name of the map that contains the Cube Attribute Mapping
MAP_NAME VARCHAR2 (128) Yes Name of the Cube Attribute Mapping
MAP_ID NUMBER
Yes Dictionary Id of the Cube Attribute Mapping
ATTRIBUTE_EXPRESSION CLOB (4000)
Expression of the Cube Attribute Mapping
LANGUAGE VARCHAR2 (200)
Language of the Cube Attribute Mapping
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      DIMENSION_NAME
,      ATTRIBUTE_NAME
,      OWNER_MAP_DIMENSION_TYPE
,      OWNER_MAP_HIERARCHY_NAME
,      OWNER_MAP_LEVEL_NAME
,      OWNER_MAP_NAME
,      MAP_NAME
,      MAP_ID
,      ATTRIBUTE_EXPRESSION
,      LANGUAGE
FROM SYS.ALL_CUBE_ATTR_MAPPINGS;

Dependencies

[top of page]

SYS.ALL_CUBE_ATTR_MAPPINGS references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableOLAP_ATTRIBUTES$
TableOLAP_DIM_LEVELS$
TableOLAP_HIERARCHIES$
TableOLAP_HIER_LEVELS$
TableOLAP_IMPL_OPTIONS$
TableOLAP_MAPPINGS$
TableOLAP_SYNTAX$
TableUSER$
SYS.ALL_CUBE_ATTR_MAPPINGS is referenced by following:

SchemaPUBLIC
SynonymALL_CUBE_ATTR_MAPPINGS