United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Oracle OLAP Newsletter
 


OPN LOGO
Subscribe to other
Oracle Newsletters
Send us Feedback See back Issues Subscribe to this Newsletter OLAP on OTN
In This Issue: July 2008  
 
Customer Feature
 

The success of an OLAP implementation can be measured in many ways, since customers have many different goals, but there are a few general questions that many implementers ask to ensure success, such as: Does the implementation scale for a lot of data? Does the implementation scale for a lot of users? Does it perform well?

The Oracle OLAP option is unique in the OLAP space since it is part of the Oracle Database and thus, adopts characteristics of the Database. Analytic Workspaces (AWs), stored in tables, can be large and administered as part of the Database. E.ON, for example store over 1 Terabyte of data in analytic workspaces, and update around 1 million rows of data per minute; See Newsletter article. E.ON commented that "the combined analytical power, centralized administration and scalability of Oracle OLAP in the Oracle database has allowed us to process and present data in a way that was not previously possible".

An even bigger OLAP implementation, at one of the world's largest telecom companies, manage over 4 Terabytes of data in OLAP AWs. This advanced implementation has many different AWs and cubes which are updated daily in parallel. Many millions of rows of data are loaded and aggregated to these multiple AWs and cubes. Hundreds of users from different lines of business, from many locations, access the system and use Discoverer OLAP.

Circle K Sunkus, a convenience store chain in Japan, update millions of data points daily; performance for their Discoverer reports is about 8 times faster than their previous relational implementation e.g. reports that took minutes now take seconds.See Newsletter article.

BNP Paribas support over 400 users and over 20 million data requests are processed per day. There are billions of rows of data in AW management. they state they implemented Oracle OLAP for a number of reasons including ..."'the advantages of Oracle 10g's scalability .... made it the natural choice.." See here for further comment.

The Gallup Organization needed a solution that would allow them "to achieve 1000 concurrent users across the globe". They currently have a few hundred concurrent users for one of their applications which displays graphs and thumbnails to the Web, in seconds, using SQL access to the cubes. They have just completed another OLAP system into production. See Newsletter article.

So, to answer those common questions that you may have on OLAP scalability and performance, the answer is yes - Oracle OLAP scales and performs well, and it has been proven by many implementations.

 

View more Oracle OLAP Customer and Partner references here.

back to the top

 
 
 
 
Product Management Oracle OLAP Update

Oracle OLAP Q&A

Q: What is the recommended version of Oracle OLAP if using Oracle Database 10g? A: 10.2.0.4 is now available for as patch 6810189 for most platforms, and should be used if you are a new customer. The 10.2.0.4 A patch will be available for Linux 32, Solaris and AIX 5L. Check MetaLink for patch availability. If you have an existing implementation and have specific 10.2.0.3 patches, check here for further information.

Refer here for more information on recommended releases.

Q: What about using Oracle Database 11g? A: Oracle Database 11g (11.1.0.6) is available for most platforms on OTN. The required OLAP 'A' patch is available on MetaLink as Patch #6459753 for all platforms, and the OLAP 'B' patch is available for Solaris, Linux 64 and AIX 5L. If available, the 'B' patch (which includes the A patch) should be used. AWM 11g version (11.1.0.6A) for Windows is available on OTN and MetaLink.

Q: What is the next version of Oracle Database 11g? A: 11.1.0.7 is the next version of 11g which will be available later this year.

Q: What about migrating from OLAP 10g to 11g? A: Until migration tools become available, analytic workspaces created in 10g or before will need to recreated in 11g to make use of 11g features. 10g AWs can still be used in 11g (only uses 10g features). See here.

Q: What help can I get for implementing OLAP 11g? A: The Oracle OLAP Development group is offering some technical help and advice to a small number of committed customers, as part of an OLAP 11g Reference Program initiative. If interested please send an email to orpnews_us@oracle.com. We'll contact you to find out your plans and if we can help each other.

Q: What versions of BI Standard Edition should I use with Oracle Database and OLAP? A: BI Standard Edition 10.1.2.2 (including BI Beans, Discoverer OLAP and Excel Add In) is supported and recommended to be used with with Oracle Database 10.2.0.4 (or 10.2.0.3 with OLAP A patch). Additionally,

  • Spreadsheet Add In is certified to work with Excel 2000, 2003 or Excel XP with Oracle 10.2.0.3A or 10.2.0.4.
  • BI Beans is also certified with 10.2.0.3A and 10.2.0.4. For 11g access, the "New Beans" - now called ADF Visualization Components which are available in JDev 11g, access data using regular SQL.  They access the Database OLAP Option using SQL to the cube views. There is no longer a dependency on the OLAP API or any additional relational OLAP Catalog metadata. 

Read more about Oracle OLAP on OTN .
 

   
 
 
OLAP Skills Corner - What's great about AWM 11g?
 

AWM 11g is packed with great features; many new to AWM completely. Here's an overview:

1. Materialized Views: The ability to create Materialized Views (MVs) from OLAP data and access OLAP data 'transparently' in an application is groundbreaking. One can use AWM to define an MV over a cube or a dimension; there they can be refreshed and enabled. That's all that needs to be done to allow any SQL based tool to leverage Oracle OLAP data; i.e. the query tool does not need any special set up (Database option Query Rewrite must be turned on). Fewer cubes than traditional MVs need to be created and materialized to give unparalleled simple and transparent access to aggregate data.

R.L. Polk & Co., a market research firm for the automotive industry, has worked with Oracle 11g: they state that the use of Oracle OLAP 11g is "a big development for us because we no longer have to try to anticipate every possible way our customers might want to view each set of dimensions. Each OLAP cube calculates every possible combination." See Oracle Magazine July cover feature for more information on RL Polk's use of Oracle OLAP 11g.

2. Dynamic Cube Views: AWM 11g dynamically creates 'cube views'. These views are created for you in the form required for simple SQL access to the cube which basically makes access to multi dimensional data simple and open! Maintenance is easy since views will refreshed when the cube is refreshed: any changes made to your model will always be reflected in the views automatically. See blogspot tip on this for some great information.

3. AWM Advisors: Modeling your cube correctly is extremely important for performance. AWM 11g makes this easier for you through the use of advisors:

  • The Cube Storage Advisor in 11g is available on the cube storage tab. Click the 'Cube Storage Advisor' button and it will give you a recommended way of defining the cube (i.e. what dimensions should be inside a composite, whether to use compression. The way a cube is defined and stored is important for aggregation and data retrieval performance.
  • The Partitioning Advisor will select the levels at which it thinks you should partition the cube. Partitioning allows the maintenance of your cube to be run in parallel: multiple cpus can be used to run jobs, and updates to your cube can be done in parallel. Less space is used to maintain the smaller partitions, and at query time, smaller partitions can be processed. Partitioning can be based on a TIME dimension level or any other dimension level. TIME is usually the dimension to partition by, since these partitions are the most likely to be of equal size; it makes performance and manageability more predictable, and you can roll off unused historical data easily. If life-cycle management is not a primary consideration, and/or you update incrementally, so that you won't make best use of TIME partitioning, then run the Cube Partitioning Advisor and choose the Statistics option which may give a partitioning strategy based on another dimension. If the relational source table is relationally partitioned, that partitioning strategy will also be chosen in AWM.

If you accept the recommendations from an advisor and you have a cube already created, it will delete the cube and recreate. You will need to maintain the cube if you had any data loaded. (i.e. load and aggregate the data again).

4. Preaggregation: Preaggregation of data in OLAP allows better performance at query time. Level Based Aggregation and new Cost Based Aggregation is available. Using cost based, you can set a percentage of data to be precomputed, rather than selecting specific levels. AWM will work out what to aggregate; you select a percentage based on how much time your build window has. The default aggregation is set to 20% of the lowest level of data to be precomputed. You can adjust this and also add top levels of data to be precomputed. Of course, since its aggregating, build time is increased by the amount you choose to precompute, but query time will be better the more that is aggregated. Cost based aggregation is especially useful for value based models!

5. Security: Object and data security can be implemented in AWM; roles and users can be assigned access to objects via AWM 'Data Security Roles'. Additionally, you can assign which cells of data a user may have access to. This is done by creating an object security on the dimension of choice, and then editing this data security object to choose which members to allow access to.

6. Calculation templates: There are a number of templates available in AWM which define calculations. There is also a free form calculation window which allows you to create your own calculations. Some details on this are in April's Newsletter.

back to the top

 

 

 

 

 
 
 
 
 
 
 
   
 
 
oracle.com/olap | MetaLink | forums/olap | education | events | contact us | unsubscribe
 
Downloads
 

Oracle Database 11g (11.1.0.6)

Oracle OLAP 'A' Patch and 'B' patches for 11g are available now on MetaLink. For latest platform availability and patch numbers see here.

Analytic Workspace Manager 11.1.0.6A for Windows is available as a standalone install or as part of the database client install. You can download the software from OTN (links above) or MetaLink. The patch number is 6368282.

Note: AWM 11g for LINUX is available as part of the standard Database install.

OLAP 11g Documentation.

 

Oracle Database 10g

 

Oracle Database 10.2.0.4 Patch 6810189 for most platforms.

Oracle OLAP 10.2.0.4 'A' Patch. For platform availability and OLAP patch numbers see here.

 

Oracle Database 10.2.0.3 Patch 5337014 for most platforms with Oracle OLAP 10.2.0.3 'A' Patch. For platform availability and OLAP patch numbers see here.

Note, for Windows, you should have installed at least specific Patchset 19 for Windows.

 

Analytic Workspace Manager 10.2.0.3 A for Windows. Available as Patch 6032088 on Metalink for Linux or Windows

 

Analytic Workspace Manager 10g Demo

 

Global Sample Schema for 10g | for 11g

View Generator Plug-In for AWM 10g Sample Code. Not applicable for 11g AWs since views are automatically generated and maintained by OLAP.

back to the top

 

Education and Assistance
 

Oracle OLAP Discussion Forum

 

Oracle OLAP Blog Take a look at what our experts are blogging about

Some 'brilliant' articles to review on the Oracle OLAP Blog are:

SQL access to cubes Tips 1 and 2

Tuning Guidance for 10g

Attribute reporting in OLAP using SQL

Creating a calculated measure cube in AWM 10g

 

Oracle OLAP Wiki, - Tips, Scripts and How to's

 

Improve SQL Based Business Intelligence Tools with Oracle OLAP 11g White Paper

Oracle OLAP 11g Datasheet

 

Accelerating Data Warehouses - Oramag article by Dan Vlamis

 

Comparing Materialized Views and Analytic Workspaces in Oracle Database 11g White Paper

 

Using Oracle OLAP 10g with Oracle BI EE 10g R3

 

Scheduled Training: Oracle Database 10g: Using OLAP

 

Oracle Database 10g: OLAP Enhancements Online Course

 

Oracle Database 11g OLAP Training will be available soon.

 

Click this link to view all Data Warehouse courses. Or, access Oracle Education at http://education.oracle.com and select country and product of choice.

 

View all OracleBI collateral on OTN here.

back to the top

 

OLAP DBA Tip
 

How do you ensure that OLAP has enough memory to perform well?

In 10g, SGA and PGA may need to be altered. Increase to 35% of all available RAM as initial tuning. Read here for more information. OLAP 10g Performance Tuning can be read in MetaLink note 413648.1.

In 11g, SGA and PGA is controlled by Memory_Target parameter and should be set to 70% of available memory. When Memory_Target is set, the new Automatic Memory Management feature controls the sizes of needed memory pools.

An update on using 10.2 AWs in 11g:

You may want or need to install 11g but run in 10.2 mode for OLAP, possibly to use an application you've developed for OLAP 10g.

To use a 10.2 AW in 11g, when connecting in AWM, in 'Connect to Database' pop up window input User/Password and set Cube Type to 'OLAP 10g'.

You may also use AWM 10.2.0.3A to connect to an 11g instance to administer your 10.2 AW - this may be useful if you have a SQL application and want to maintain your views using the 10g View generator. Obviously 11g features will not be enabled. This combination is not certified.

 

back to the top

 

 

Events
 

 

Join a Webcast: Micros have extended their Opera Business Intelligence product to include Oracle OLAP and Oracle Business Intelligence Enterprise Edition. Now available, this product is being used by several clients worldwide in the hotel industry . Micros will share their implementation experience of Oracle OLAP with OBI EE, and tell us about Opera BI in a webcast on August 14th. Click here for further information and to register for webcast.

Save the Date: Sept 21-25 Oracle OpenWorld 2008 in San Francisco.

 

Attend: the Oracle BIWA Summit 2008, Dec 2-3 at Oracle HQ, Redwood Shores, CA.

This BI, Warehousing and analytics (BIWA)forum is for professionals to exchange information, experiences and best practices.  It's got over 75 presentations and workshops entirely focused on BIWA and you will hear experts present novel and interesting use cases of Oracle Database-centric BIWA topics through keynotes, technical talks, hands on workshops, discussion panels and more.

Take the opportunity to present: Interested? Read details and submit your paper NOW to the BIWA Summit. (or email abstract here).

Join the Oracle BIWA Special Interest Group .

back to the top

 

News and Press
 

Oracle Magazine July cover feature "Measure Analyze Perform'. Read in particular how R.L. Polk uses Oracle Database to support 4000 registered users for one BI application; Oracle OLAP 11g will simplify their BI applications,OBI EE will supplement current capabilities,R.L. Polk strive to further their business by using innovate technology. .

Oracle Optimized Warehouse

Read what Intelligent Enterprise has to say about Oracle 11g, citing OLAP 11g as one of its most impressive features.

Access past editions of the ORP Newsletter here:

Mar 06 | May 06 | July 06 | Oct 06 | Jan 07 | Apr 07 | Sept 07 | Dec 07 | Feb 08 | Apr 08

Let us know if you'd like to share news of your success or take part in a reference activity with Oracle.

Read Oracle's Database Insider Magazine with its specific focus on Oracle Database news.

back to the top

 

 


Oracle OLAP Newsletter

The Oracle OLAP newsletter brings targeted technical news, articles and customer stories, to our customers in the Oracle OLAP community. Please send questions or comments to orpnews_us@oracle.com. Copyright 2006,2007 Oracle. All rights reserved. Published in the U.S.This document is provided for information purposes only, and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor is it subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document, and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission.

Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Left Curve
Popular Downloads
Right Curve
Untitled Document
Left Curve
More Database Downloads
Right Curve