Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_CUBE_BUILD_PROCESSES
describes the OLAP build processes and maintenance scripts accessible to the current user.
DBA_CUBE_BUILD_PROCESSES
describes all OLAP build processes and maintenance scripts in the database.
USER_CUBE_BUILD_PROCESSES
describes the OLAP build processes and maintenance scripts owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the build process |
BUILD_PROCESS_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the build process |
BUILD_PROCESS |
CLOB |
Syntax of the build process | |
DESCRIPTION |
NVARCHAR2(300) |
Description of the build process in the session language |