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


VIEW: SYS.CDB_CUBE_ATTR_UNIQUE_KEYS

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

OLAP Unique Key Attributes in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the OLAP Attribute
DIMENSION_NAME VARCHAR2 (30) 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
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      ATTRIBUTE_NAME
,      UNIQUE_KEY_LEVEL_NAME
,      CON_ID
FROM SYS.CDB_CUBE_ATTR_UNIQUE_KEYS;

Dependencies

[top of page]

SYS.CDB_CUBE_ATTR_UNIQUE_KEYS does not reference any database object

SYS.CDB_CUBE_ATTR_UNIQUE_KEYS is referenced by following:

SchemaPUBLIC
SynonymCDB_CUBE_ATTR_UNIQUE_KEYS