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


VIEW: SYS.CDB_CUBE_HIER_VIEWS

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

OLAP Hierarchy Views in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the OLAP Hierarchy View
DIMENSION_NAME VARCHAR2 (30) Yes Name of owning dimension of the OLAP Hierarchy View
HIERARCHY_NAME VARCHAR2 (128) Yes Name of hierarchy of the OLAP Hierarchy View
VIEW_NAME VARCHAR2 (30) Yes View Name of the OLAP Hierarchy View
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      HIERARCHY_NAME
,      VIEW_NAME
,      CON_ID
FROM SYS.CDB_CUBE_HIER_VIEWS;

Dependencies

[top of page]

SYS.CDB_CUBE_HIER_VIEWS does not reference any database object

SYS.CDB_CUBE_HIER_VIEWS is referenced by following:

SchemaPUBLIC
SynonymCDB_CUBE_HIER_VIEWS