Skip Headers
Oracle® OLAP Reference
10g Release 2 (10.2)

Part Number B14350-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

Analytic Workspace Java API Overview

The Oracle OLAP Analytic Workspace API is a Java API for building and maintaining standard form analytic workspaces. The API provides classes for describing a logical cube, mapping the cube to a relational data source, and aggregating the cube's data. You can also use the API to specify complex solves, such as allocations and forecasts, and define custom measures and custom dimension members.

The Analytic Workspace API supports two deployment modes: It can be embedded in a Java application, or it can be used to generate XML that serializes the object model for execution by the EXECUTE function. The functionality of the API is identical whether executed from a Java client through JDBC or directly in the database through SQL.

The Analytic Workspace API does not use OLAP Catalog metadata.