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


VIEW: SYS.USER_CUBE_DESCRIPTIONS

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

OLAP Descriptions owned by the user in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_NAME VARCHAR2 (386)
Name of the OLAP object that has the description
OBJECT_TYPE VARCHAR2 (18)
Text value indicating the type of the OLAP object that has the description
DESCRIPTION_TYPE VARCHAR2 (128) Yes Text value indicating the type the of OLAP Description
DESCRIPTION_VALUE NVARCHAR2 (600)
Text of the OLAP Description
LANGUAGE VARCHAR2 (80) Yes Language of the OLAP Description
Query Text

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


SELECT OBJECT_NAME
,      OBJECT_TYPE
,      DESCRIPTION_TYPE
,      DESCRIPTION_VALUE
,      LANGUAGE
FROM SYS.USER_CUBE_DESCRIPTIONS;

Dependencies

[top of page]

SYS.USER_CUBE_DESCRIPTIONS references the following:

SchemaSYS
TableOBJ$
TableOLAP_ATTRIBUTES$
TableOLAP_CALCULATED_MEMBERS$
TableOLAP_CUBES$
TableOLAP_DESCRIPTIONS$
TableOLAP_DIM_LEVELS$
TableOLAP_HIERARCHIES$
TableOLAP_HIER_LEVELS$
TableOLAP_MEASURES$
TableOLAP_MODELS$
TableOLAP_MODEL_ASSIGNMENTS$
SYS.USER_CUBE_DESCRIPTIONS is referenced by following:

SchemaPUBLIC
SynonymUSER_CUBE_DESCRIPTIONS