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


VIEW: SYS.DBA_CUBE_VIEW_COLUMNS

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

OLAP Cube View Columns in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the OLAP Cube View Column
CUBE_NAME VARCHAR2 (128)
Name of owning cube of the OLAP Cube View Column
VIEW_NAME VARCHAR2 (128)
View Name of the OLAP Cube View Column
COLUMN_NAME VARCHAR2 (128)
Name of the OLAP Cube View Column
COLUMN_TYPE VARCHAR2 (7)
View Type of the OLAP Cube View Column
OBJECT_NAME VARCHAR2 (128)
Name of Measure of the OLAP Cube View Column
Query Text

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


SELECT OWNER
,      CUBE_NAME
,      VIEW_NAME
,      COLUMN_NAME
,      COLUMN_TYPE
,      OBJECT_NAME
FROM SYS.DBA_CUBE_VIEW_COLUMNS;

Dependencies

[top of page]

SYS.DBA_CUBE_VIEW_COLUMNS references the following:

SchemaSYS
TableCOL$
TableOBJ$
TableOLAP_AW_VIEWS$
TableOLAP_AW_VIEW_COLUMNS$
TableOLAP_DIMENSIONALITY$
TableOLAP_DIM_LEVELS$
TableOLAP_HIERARCHIES$
TableOLAP_HIER_LEVELS$
TableOLAP_MEASURES$
TableUSER$
SYS.DBA_CUBE_VIEW_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDBA_CUBE_VIEW_COLUMNS