Oracle OLAP Newsletter
Oracle OLAP Newsletter


OPN LOGO
Subscribe to other
Oracle Newsletters
Send us Feedback See back Issues Unsubscribe OLAP on OTN
In This Issue: April 2007
Customer Feature

Circle K Sunkus operates a 30 Terabyte Data Warehouse. Running Oracle Database 10g on Fujitsu's powerful Primequest server, they have more than 10 million data points processed daily by the Data Warehouse, to be available for analysis through Oracle OLAP and a SQL Web based query tool. Data is gathered from the convenience stores across Japan, and input to the DW daily; merchandisers and supervisors are able to have a company wide view of products, can control stock and recommend new products. The overall solution was implemented quickly and for a low cost. See press releases by Fujitsu and Oracle for further information.

Technical Solution: The central data warehouse is built with Oracle Database 10g. Powered by Oracle OLAP 10g, merchandisers use Discoverer and SQL tools via the Web to analyze trends in sales results. Query times are in seconds, compared to minutes on their old system. Cubes range in model size from 5 to 7 dimensions with around 35 stored measures and millions of records.

About Circle K Sunkus: Circle K Sunkus manages the business activities of stores and franchises of this major convenience store chain in Japan.

http://www.circleksunkus.jp/

View more Oracle OLAP Customer references here.

back to the top

 
Product Management OLAP Update

Oracle OLAP

What is the most recent version of Oracle OLAP? 10.2.0.3 is now available for most platforms and will be available for the rest of the platforms (HP Itanium and Tru 64) in April.

The OLAP 'A' Patch is available on MetaLink as patch # 5746153 for Linux 32, Linux 64 and Solaris 64. Patchset 2 is available for Windows32 as Patch # 5846376, Windows 64 Itanium as patch # 5846377, and for Windows 64 AMD as patch # 5846378. The OLAP 'A' patch will be available for the other platforms after the appropriate 10.2.0.3 RDBMS patch is available in the coming months.

What is the next planned version of Oracle OLAP? 11g will be the next version of OLAP.

What are the plans for the 10.2 code stream? 10.2.0.4 will be released later this year.

How can I get Beta access to 11g? Those interested in becoming a Beta tester should get information and register via the Beta Program web site.

Oracle OLAP 9.2

What is the latest 9.2 version of Oracle OLAP? The RDBMS 9.2.0.8 patch set, the terminal release for 9.2, is released as patch # 4547809 on MetaLink.

Read more about Oracle OLAP 10g on OTN.

back to the top
OLAP DBA 10g Corner

OLAP Sizing - What should I consider?

1. Disk Space

Disk space is the first thing you think of when thinking about sizing for OLAP. How much space do you really need?

Permanent Space The best way to estimate the likely size of an AW is to get a relevant subset of your data, build a cube and see how big it gets. Let's say you have a 3 dimensional cube. There are 17 million records for a year. A representative month of that data size may be 1.7 million records, which builds to a size of 550M (say 50M taken up by OLAP metadata); multiply by 12 to estimate the actual size of full AW for a year, which would be about 6G. In this testcase, 10 months of data was built, and the AW size was 4.9G. If you will be refreshing the AW then you should double the PERM space available. This provides adequate space for old pages which will later be reused.

Temporary Space You'll need to calculate the TEMP space needed at load and aggregate time. Recommended temp space should be at least the same as the resulting AW size since all the data stays in TEMP before being written to PERM. Autoextend should be on for the tablespaces, so that it may get bigger as needed. Resumable timeout should also be set so that a build can be resumed should there be a problem.

Tablespace Management Ideally, the AW ideally should be partitioned to store the different partitions (e.g. months) of data in different AW$LOBS as it improves update and query performance. The tablespaces should be split into multiple data files since it improves update performance. Generally, use disk arrays that favor write performance. For example, RAID 0+1 or RAID 10. RAID 5 does not favor write performance, but read performance.

2.CPUs/ Parallelism

CPU speed and number of CPUs is another consideration when considering the server. One of the great advantages of Oracle OLAP is that it is multi threaded and queries and builds can run in parallel utilizing multiple CPUs. Oracle Real Application Clusters (RAC 10g) can also be used; parallel update can be turned off for AWs only.

How many CPUs? We recommend that 2 CPUs should be the minimum used when building serially, one for all other server processes and one for OLAP. To parallel build, where you have partitioned the data, you can load and aggregate in different processes; thus multiple processors can be used, so as many CPUs as can be licensed should be utilized for an OLAP build to make it as fast as possible (1 processor per partition would be best). Note, there is a slight overheard on both load and aggregate time when parallel building, so that each partition will take slightly longer than if done one after the other in a serial build, but you're doing all at the same time so it will be faster!

CPU Speed: As far as CPUs go, the faster the better. Tests have proven a direct correlation between CPU speed and aggregation time i.e. double your CPU speed and aggregation time will halve. For example, aggregation on a test data set with a 3G Hz machine took 17 minutes, on a 450MHz machine, it took 90 minutes.

3. Memory

Memory: the amount of RAM available for OLAP is critical : You need enough RAM available to OLAP via the OLAP_PAGE_POOL. OLAP_PAGE_POOL manages the OLAP memory pages (blocks) and should be managed to accommodate loads, aggregations and queries for your AW loads and the relational sorts and queries which should be 70% of the physical RAM available to Oracle, to be allocated to both SGA and PGA. For the OLAP build, 3G is normally the least amount that should be allocated to each of these, thus 8G of RAM is the recommended minimum amount of RAM for Oracle to run an AW load. For larger loads and for many concurrent users more memory will be needed. At query time, for example you can allocate a recommended minimum of 64M per simple query user so for 100 simultaneous users this is 6.4G (8G to accommodate query and sort overhead) available to PGA at a minimum. For a more detailed explanation of memory use, refer to MetaLink Note 414063.1.

4. Disk I/O Throughput
Contact your hardware vendor to check that disks are well balanced in relation to CPUs so that there are no I/O bottlenecks. For example you don't want to have 1 disk for 10 CPUs.

This note is elaborated on MetaLink as Note 414063.1.
back to the top
 
oracle.com/olap | MetaLink | forums/olap | education | events | contact us | unsubscribe
Downloads

Oracle Database 10g

 

Oracle Database 10.2.0.3 Patch 5337014

 

Analytic Workspace Manager 10g for Windows (10.2.0.3)

 

Analytic Workspace Manager Demo

 

OracleBI SpreadSheet Add In

 

Creating OLAP Calculations using Excel

 

Oracle By Example Hands On tutorials -BI

 

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

 

View Generator Plug-In for AWM ReadMe NEW!

 

 

Education and Assistance

Oracle Database 10g: Using OLAP **Recommended**

 

Oracle Database 10g: OLAP Enhancements Online Course

 

OracleBI Discoverer Plus 10g: Analyze Relational and OLAP Data (Application Server)

 

OracleBI Enterprise Edition 10g: Analytics Overview - Online Course NEW (Fusion Middleware)


Introduction to Oracle’s Business Intelligence Solution Online Course

 

Oracle Warehouse Builder 10g: New Features - Online Course

 

Oracle OLAP Discussion Forum

 

Click this link to view all BI & DW courses available. Or, access Oracle Education at http://education.oracle.com and select country of choice.


Oracle BI Update

What is the most current release of OracleBI Standard Edition?  OracleBI 10.1.2.2 is now available and works with 10.2.0.3 or the 10.2.0.2 OLAP 'B' or 'C' patch depending on platform. Download Patch 4960210 from MetaLink. 10.1.2.3 will be available later this year and new features including some new custom members functionality.

How can I get Spreadsheet Add In? This is part of OracleBI 10.1.2.2. It is also available as a standalone download from OTN.

What's the current release of OracleBI Enterprise Edition? It is BI EE 10.1.3.2, the 10gR3 release and is currently available for Windows and Linux. Review documentation here. Download here.

Does OracleBI EE work with Oracle OLAP? Yes, to use BI EE with Oracle OLAP you simply generate SQL views against the OLAP AW and configure BI EE to access the views. Refer to the OLAP 10g Corner for the special feature on setting up SQL views in October's Newsletter, or download the new view generator Plug-In/code from here.

Review the OLAP note 413952.1 on MetaLink which explains how OLAP can turbocharge BI EE and illustrates how to set up BI EE to do this. Also access the new Business Intelligence OBE on OTN which demonstrates how to:

1. prepare an AW for access by BI EE 10g

2.create the required metadata using Oracle BI Adminstration Tool

3.create analytic reports of AW data using Oracle BI Answers

View all OracleBI collateral on OTN here.

 

 

Events

 

Collaborate 07 Technology and Applications Forum
Las Vegas, April 15–19
Get more information and register.

EMEA Oracle User Conference 2007
Amsterdam, May 3–4
Get more information and register.

TDWI World Conference
Boston, May 13–18
Get more information and register.

 

Join the Oracle BIWA Special Interest Group and participate in many ways, from joining eSeminars hosted by Oracle Product Managers, professionals such as yourselves, participate in blogs, local events, get technical news, and even host an eseminar yourself. Network and learn...it's all about your technical Business Intelligence, Data Warehouse and Analytics community!

 

 

Newsletter Archives

Access past editions of the ORP Newsletter here:

Jan 06 | Mar 06 | May 06 | July 06 | Oct 06 | Jan 07

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

Read this month's Database Insider Magazine with its special focus on Data Warehousing

 

 


Oracle OLAP Newsletter

The Oracle OLAP newsletter brings targeted technical news, articles and customer stories, to our customers in the DW OLAP community. Please send questions or comments to orpnews_us@oracle.com. Copyright 2006 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.

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy