public final class BuildResult
extends java.lang.Object
CUBE_BUILD_LOG
table. An analytic workspace stores a log of a build in the CUBE_BUILD_LOG
table. It updates the table dynamically, so that you can monitor the progress of a build. Analytic Workspace Manager creates this log automatically. You can create the log file yourself by running the SQL script $ORACLE_HOME/olap/admin/utlolaplog.sql
.
You can create a new BuildResult
and then pass the BuildResult
to a DataProvider.executeBuild
method. The analytic workspace generates the identification number for the build process and stores it in the BuildResult
.
Constructor and Description |
---|
BuildResult()
Creates a new
BuildResult object. |
Modifier and Type | Method and Description |
---|---|
int |
getBuildID()
Gets the number that identifies a build process in the
CUBE_BUILD_LOG table. |