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


VIEW: SYS.USER_CUBE_DIMENSIONALITY

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

OLAP Cube Dimensionality owned by the user in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
CUBE_NAME VARCHAR2 (128) Yes Name of the OLAP Cube of the Dimensionality
DIMENSION_NAME VARCHAR2 (128) Yes Name of the Dimension of the OLAP Cube Dimensionality
DIMENSIONALITY_NAME VARCHAR2 (200)
Name of the OLAP Cube Dimensionality
DIMENSIONALITY_ID NUMBER
Yes Dictionary Id of the OLAP Cube Dimensionality
ORDER_NUM NUMBER
Yes Order number of the OLAP Cube Dimensionality
IS_SPARSE NUMBER

Indication of whether or not the Dimension is Sparse in the Cube
ET_ATTR_PREFIX VARCHAR2 (200)
Query Text

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


SELECT CUBE_NAME
,      DIMENSION_NAME
,      DIMENSIONALITY_NAME
,      DIMENSIONALITY_ID
,      ORDER_NUM
,      IS_SPARSE
,      ET_ATTR_PREFIX
FROM SYS.USER_CUBE_DIMENSIONALITY;

Dependencies

[top of page]

SYS.USER_CUBE_DIMENSIONALITY references the following:

SchemaSYS
TableOBJ$
TableOLAP_CUBES$
TableOLAP_DIMENSIONALITY$
TableOLAP_IMPL_OPTIONS$
SYS.USER_CUBE_DIMENSIONALITY is referenced by following:

SchemaPUBLIC
SynonymUSER_CUBE_DIMENSIONALITY