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


VIEW: SYS.DBA_CUBE_DIM_VIEWS

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

OLAP Dimension Views in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the OLAP Dimension View
DIMENSION_NAME VARCHAR2 (128) Yes Name of owning dimension of the OLAP Dimension View
VIEW_NAME VARCHAR2 (128) Yes View Name of the OLAP Dimension View
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      VIEW_NAME
FROM SYS.DBA_CUBE_DIM_VIEWS;

Dependencies

[top of page]

SYS.DBA_CUBE_DIM_VIEWS references the following:

SchemaSYS
TableOBJ$
TableOLAP_AW_VIEWS$
TableUSER$
SYS.DBA_CUBE_DIM_VIEWS is referenced by following:

SchemaPUBLIC
SynonymDBA_CUBE_DIM_VIEWS