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

Listening on port 80


In the preceding section where we discussed how to create your own static ports, we also discussed the potential for users to access the Oracle BI 11g application by entering a URL into the address bar without a port number. So instead of http://myserver.com:9704/analytics, you can use http://myserver.com/analytics. This configuration is achievable by incorporating what is known as a web (HTTP) tier proxy. In most architectures, the web tier that handles all of the HTTP traffic and the application tier that handles all of the dynamic rendering, database access, and so on, are separated.

Although, usually this is done by means of separate physical servers, it can also be achieved on the same physical server, as long as the server is robust enough to handle the added resource needs of the web tier server.

The web/HTTP servers that are compatible with Oracle BI 11g are Microsoft Internet Information Services (IIS), Oracle HTTP Server (OHS), and Apache Web Server. OHS is merely...