Jump to content

Oracle OLAP

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ibizarre (talk | contribs) at 13:21, 20 February 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Oracle OLAP Database Option implements On-line Analytical Processing (OLAP) within an Oracle database environment. Oracle Corporation markets Oracle OLAP as an extra-cost option to supplement the "Enterprise Edition" of its database.

As of Oracle Database 11g, the Oracle database optimizer can transparently redirect SQL queries to levels within the OLAP Option cubes. The cubes are managed like and can take the place of multi-dimensional materialized views simplifying Oracle data warehouse management and improving speed of query response.

Logical components

Oracle OLAP offers:

Physical implementation

The Oracle database tablespace CWMLITE stores OLAPSYS schema objects and integrates Oracle OLAP with the Oracle Warehouse Builder (OWB). [2] (The CWMLITE name reflects the use of CWM โ€” the Common Warehouse Metamodel, which Oracle Corporation refers to as "Common Warehouse Metadata".

References