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


VIEW: SYS.CDB_MEASURE_FOLDER_CONTENTS

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

OLAP Measure Folder Contents in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the OLAP Measure Folder Content
MEASURE_FOLDER_NAME VARCHAR2 (30) Yes Name of the owning OLAP Measure Folder
CUBE_OWNER VARCHAR2 (30) Yes Owner of the cube of the OLAP Measure Folder Content
CUBE_NAME VARCHAR2 (30) Yes Name of the owning cube of the OLAP Measure Folder Content
MEASURE_NAME VARCHAR2 (128) Yes Name of the owning measure of the OLAP Measure Folder Content
ORDER_NUM NUMBER
Yes Order number of the OLAP Measure Folder Content
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      MEASURE_FOLDER_NAME
,      CUBE_OWNER
,      CUBE_NAME
,      MEASURE_NAME
,      ORDER_NUM
,      CON_ID
FROM SYS.CDB_MEASURE_FOLDER_CONTENTS;

Dependencies

[top of page]

SYS.CDB_MEASURE_FOLDER_CONTENTS does not reference any database object

SYS.CDB_MEASURE_FOLDER_CONTENTS is referenced by following:

SchemaPUBLIC
SynonymCDB_MEASURE_FOLDER_CONTENTS