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


VIEW: SYS.ALL_CUBE_DESCRIPTIONS

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

OLAP Descriptions in the database that are accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the OLAP Description
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)
Text value indicating the type the of OLAP Description
DESCRIPTION_VALUE NVARCHAR2 (600)
Text of the OLAP Description
LANGUAGE VARCHAR2 (80)
Language of the OLAP Description
Query Text

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


SELECT OWNER
,      OBJECT_NAME
,      OBJECT_TYPE
,      DESCRIPTION_TYPE
,      DESCRIPTION_VALUE
,      LANGUAGE
FROM SYS.ALL_CUBE_DESCRIPTIONS;

Dependencies

[top of page]

SYS.ALL_CUBE_DESCRIPTIONS references the following:

SchemaSYS
TableDEPENDENCY$
TableOBJ$
TableOBJAUTH$
TableOLAP_ATTRIBUTES$
TableOLAP_CALCULATED_MEMBERS$
TableOLAP_CUBES$
TableOLAP_DESCRIPTIONS$
TableOLAP_DIM_LEVELS$
TableOLAP_HIERARCHIES$
TableOLAP_HIER_LEVELS$
TableOLAP_MEASURES$
TableOLAP_MEAS_FOLDER_CONTENTS$
TableOLAP_MODELS$
TableOLAP_MODEL_ASSIGNMENTS$
TableUSER$
SYS.ALL_CUBE_DESCRIPTIONS is referenced by following:

SchemaPUBLIC
SynonymALL_CUBE_DESCRIPTIONS