Book Image

Oracle Business Intelligence Enterprise Edition 11g: A Hands-On Tutorial

By : Christian Screen, Haroun Khan, Adrian Ward
Book Image

Oracle Business Intelligence Enterprise Edition 11g: A Hands-On Tutorial

By: Christian Screen, Haroun Khan, Adrian Ward

Overview of this book

<p>The Oracle Business Intelligence Enterprise Edition 11g (OBIEE) suite delivers a full range of analytic and reporting capabilities, coupled with powerful user experience for creating reports, dashboards and more with your business data. "<em>Oracle Business Intelligence Enterprise Edition 11g: A Hands-On Tutorial"</em> will have you unleashing that power in no time, helping you to take action and make the right decisions ataglance. <br /><br /><em>"Oracle Business Intelligence Enterprise Edition 11g: A Hands-On Tutorial"</em> provides you with valuable insight and the step-by-step know-how you need to take advantage of everything the Oracle BI suite has to offer you, all utilizing real world case studies for a true implementation in action.<br /><br /><em>"Oracle Business Intelligence Enterprise Edition 11g: A Hands- on Tutorial"</em> takes you on a journey right from inception to a full working OBI 11g System. Using a real-world data walkthrough you’ll explore topics like architecture, reporting and leveraging Essbase as a data source, as well as building the Oracle BI 11g metadata repository (RPD), and developing reports and dashboards in the new Fusion Middleware interface. This practical implementation guide equips you with from the coalface advice which will help you achieve a successful working application by journey’s end.</p>
Table of Contents (26 chapters)
Oracle Business Intelligence Enterprise Edition 11: A Hands-On Tutorial
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Designing your database – objectives, rules, and goals


Whenever you create a data warehouse for reporting, you have to consider that there are finite resources. There is never enough space to store data, never enough time to populate the database, and never enough processing power to use a fully normalized source. Even with the latest superfast technologies, such as Oracle Exadata, there is a limit to the amount of data that can be stored or processed in a given time period (ETL window).

The primary objective should always be to speed up the report production, which means using a dimensional model, particularly when storing a large amount of data. As discussed in the Theories and models section, using an entity relational database would reduce the redundancy of data and, therefore, reduce the amount of data stored and the time taken to load it. However, the report production time would increase.

It is always necessary to establish a trade-off between data volume (which improves speed of reporting...