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


VIEW: SYS.CDB_CUBE_BUILD_PROCESSES

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

OLAP Build Processes in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the OLAP Build Process
BUILD_PROCESS_NAME VARCHAR2 (30) 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
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      BUILD_PROCESS_NAME
,      BUILD_PROCESS_ID
,      BUILD_PROCESS
,      DESCRIPTION
,      CON_ID
FROM SYS.CDB_CUBE_BUILD_PROCESSES;

Dependencies

[top of page]

SYS.CDB_CUBE_BUILD_PROCESSES does not reference any database object

SYS.CDB_CUBE_BUILD_PROCESSES is referenced by following:

SchemaPUBLIC
SynonymCDB_CUBE_BUILD_PROCESSES