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


VIEW: SYS.DBA_CUBE_DIM_VIEW_COLUMNS

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

OLAP Dimension View Columns in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the OLAP Dimension View Column
DIMENSION_NAME VARCHAR2 (128)
Name of owning dimension of the OLAP Dimension View Column
VIEW_NAME VARCHAR2 (128)
View Name of the OLAP Dimension View Column
COLUMN_NAME VARCHAR2 (128)
Name of the OLAP Dimension View Column
COLUMN_TYPE VARCHAR2 (11)
View Type of the OLAP Dimension View Column
OBJECT_NAME VARCHAR2 (128)
No object names for OLAP Dimension View Columns
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      VIEW_NAME
,      COLUMN_NAME
,      COLUMN_TYPE
,      OBJECT_NAME
FROM SYS.DBA_CUBE_DIM_VIEW_COLUMNS;

Dependencies

[top of page]

SYS.DBA_CUBE_DIM_VIEW_COLUMNS references the following:

SchemaSYS
TableCOL$
TableOBJ$
TableOLAP_ATTRIBUTES$
TableOLAP_AW_VIEWS$
TableOLAP_AW_VIEW_COLUMNS$
TableUSER$
SYS.DBA_CUBE_DIM_VIEW_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDBA_CUBE_DIM_VIEW_COLUMNS