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


VIEW: SYS.USER_CUBE_ATTR_UNIQUE_KEYS

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

OLAP Unique Key Attributes owned by the user in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
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 DIMENSION_NAME
,      ATTRIBUTE_NAME
,      UNIQUE_KEY_LEVEL_NAME
FROM SYS.USER_CUBE_ATTR_UNIQUE_KEYS;

Dependencies

[top of page]

SYS.USER_CUBE_ATTR_UNIQUE_KEYS references the following:

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

SchemaPUBLIC
SynonymUSER_CUBE_ATTR_UNIQUE_KEYS