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


VIEW: SYS.DBA_CUBE_ATTR_UNIQUE_KEYS

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

OLAP Unique Key Attributes in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the OLAP Attribute
DIMENSION_NAME VARCHAR2 (128) Yes Name of owning Cube Dimension of the OLAP Attribute
ATTRIBUTE_NAME VARCHAR2 (128) Yes Name of the Olap Attribute
UNIQUE_KEY_LEVEL_NAME VARCHAR2 (128) Yes Name of Dimension Level where the OLAP Attribute is unique key attribute
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      ATTRIBUTE_NAME
,      UNIQUE_KEY_LEVEL_NAME
FROM SYS.DBA_CUBE_ATTR_UNIQUE_KEYS;

Dependencies

[top of page]

SYS.DBA_CUBE_ATTR_UNIQUE_KEYS references the following:

SchemaSYS
TableOBJ$
TableOLAP_ATTRIBUTES$
TableOLAP_ATTRIBUTE_VISIBILITY$
TableOLAP_DIM_LEVELS$
TableUSER$
SYS.DBA_CUBE_ATTR_UNIQUE_KEYS is referenced by following:

SchemaPUBLIC
SynonymDBA_CUBE_ATTR_UNIQUE_KEYS