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


VIEW: SYS.USER_MEASURE_FOLDERS

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

OLAP Measure Folders owned by the user in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
MEASURE_FOLDER_NAME VARCHAR2 (128) Yes Name of the OLAP Measure Folder
MEASURE_FOLDER_ID NUMBER
Yes Dictionary Id of the OLAP Measure Folder
DESCRIPTION NVARCHAR2 (600)
Long Description of the OLAP Measure Folder
Query Text

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


SELECT MEASURE_FOLDER_NAME
,      MEASURE_FOLDER_ID
,      DESCRIPTION
FROM SYS.USER_MEASURE_FOLDERS;

Dependencies

[top of page]

SYS.USER_MEASURE_FOLDERS references the following:

SchemaSYS
ViewNLS_SESSION_PARAMETERS
TableOBJ$
TableOLAP_DESCRIPTIONS$
TableOLAP_MEASURE_FOLDERS$
SYS.USER_MEASURE_FOLDERS is referenced by following:

SchemaPUBLIC
SynonymUSER_MEASURE_FOLDERS