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


VIEW: SYS.ALL_CUBE_BUILD_PROCESSES

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

OLAP Build Processes in the database accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the OLAP Build Processes
BUILD_PROCESS_NAME VARCHAR2 (128) Yes Name of the OLAP Build Process
BUILD_PROCESS_ID NUMBER
Yes Dictionary Id of the OLAP Build Process
BUILD_PROCESS CLOB (4000)
The Build Process syntax text for the OLAP Build Process
DESCRIPTION NVARCHAR2 (600)
Long Description of the OLAP Build Process
Query Text

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


SELECT OWNER
,      BUILD_PROCESS_NAME
,      BUILD_PROCESS_ID
,      BUILD_PROCESS
,      DESCRIPTION
FROM SYS.ALL_CUBE_BUILD_PROCESSES;

Dependencies

[top of page]

SYS.ALL_CUBE_BUILD_PROCESSES references the following:

SchemaSYS
ViewNLS_SESSION_PARAMETERS
TableOBJ$
TableOBJAUTH$
TableOLAP_CUBE_BUILD_PROCESSES$
TableOLAP_DESCRIPTIONS$
TableOLAP_SYNTAX$
TableUSER$
SYS.ALL_CUBE_BUILD_PROCESSES is referenced by following:

SchemaPUBLIC
SynonymALL_CUBE_BUILD_PROCESSES