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


VIEW: SYS.CDB_CUBE_ATTR_VISIBILITY

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

OLAP Attributes visible for Dimensions, Hierarchies, and Levels in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Owner of OLAP Attribute
DIMENSION_NAME VARCHAR2 (30)
Name of the OLAP Cube Dimension that owns the OLAP Attribute
ATTRIBUTE_NAME VARCHAR2 (128)
Name of the OLAP Attribute
HIERARCHY_NAME VARCHAR2 (128)
Name of the OLAP Hierarchy for which the Attribute is visible
LEVEL_NAME VARCHAR2 (128)
Name of the OLAP Level for which the Attribute is visible
FROM_TYPE VARCHAR2 (10)
Object type on which the visibility has been explicitly set
TO_TYPE VARCHAR2 (10)
Object type on which the visibility has been implicitly derived
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      ATTRIBUTE_NAME
,      HIERARCHY_NAME
,      LEVEL_NAME
,      FROM_TYPE
,      TO_TYPE
,      CON_ID
FROM SYS.CDB_CUBE_ATTR_VISIBILITY;

Dependencies

[top of page]

SYS.CDB_CUBE_ATTR_VISIBILITY does not reference any database object

SYS.CDB_CUBE_ATTR_VISIBILITY is referenced by following:

SchemaPUBLIC
SynonymCDB_CUBE_ATTR_VISIBILITY