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


VIEW: SYS.ALL_CUBE_CLASSIFICATIONS

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

OLAP Object Classifications in the database that are accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the OLAP Classification
OBJECT_NAME VARCHAR2 (386)
Name of the OLAP Object that has the classification
OBJECT_TYPE VARCHAR2 (18)
Type of the OLAP Object that has the classification
LANGUAGE VARCHAR2 (80)
Language of the OLAP Classification
CLASSIFICATION NVARCHAR2 (600)
ORDER_NUM NUMBER

Order number of the OLAP Classification
Query Text

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


SELECT OWNER
,      OBJECT_NAME
,      OBJECT_TYPE
,      LANGUAGE
,      CLASSIFICATION
,      ORDER_NUM
FROM SYS.ALL_CUBE_CLASSIFICATIONS;

Dependencies

[top of page]

SYS.ALL_CUBE_CLASSIFICATIONS 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_CLASSIFICATIONS is referenced by following:

SchemaPUBLIC
SynonymALL_CUBE_CLASSIFICATIONS