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


VIEW: SYS.CDB_CUBE_VIEW_COLUMNS

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

OLAP Cube View Columns in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Owner of the OLAP Cube View Column
CUBE_NAME VARCHAR2 (30)
Name of owning cube of the OLAP Cube View Column
VIEW_NAME VARCHAR2 (30)
View Name of the OLAP Cube View Column
COLUMN_NAME VARCHAR2 (30)
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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_CUBE_VIEW_COLUMNS;

Dependencies

[top of page]

SYS.CDB_CUBE_VIEW_COLUMNS does not reference any database object

SYS.CDB_CUBE_VIEW_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymCDB_CUBE_VIEW_COLUMNS