Reader small image

You're reading from  Oracle Business Intelligence : The Condensed Guide to Analysis and Reporting

Product typeBook
Published inOct 2010
PublisherPackt
ISBN-139781849681186
Edition1st Edition
Right arrow
Author (1)
Yuli Vasiliev
Yuli Vasiliev
author image
Yuli Vasiliev

Yuli Vasiliev is a software developer, freelance author, and consultant currently specializing in open-source development, Oracle technologies, and service-oriented architecture (SOA). He has over 10 years of software development experience as well as several years of technical writing experience. He wrote a series of technical articles for Oracle Technology Network (OTN) and Oracle Magazine. Contact Yuli Vasiliev
Read more about Yuli Vasiliev

Right arrow

Preface

While often used interchangeably, data and information do not mean the same thing. In a few simple words, data is what you can save, transform, or retrieve, whereas information is what you normally use in a decision-making process. On the other hand, these two terms are very closely related, as information is taken out of data. And sometimes, it may be quite sufficient to take a glance at your data by issuing a simple query, obtaining the required information, and getting your question answered.

Having data, though, does not automatically mean having information. In general terms, obtaining information is a process of transforming data. Depending on the information you need, the process of extracting information from data may be as simple as issuing a simple SQL query against it, or may be complex enough that it requires you to issue a great deal of complicated analytical queries against data stored in different sources, and in different formats.

SQL, which has been the primary tool for extracting information from data for decades, hits its ceiling when it comes to answering business analysis questions. The problem is not only in that it is sometimes too hard to write SQL statements that reflect required business functionality, but also that SQL is designed to work only with structured data stored in a relational database, while you may need to access unstructured or semi-structured data.

The limitations of SQL pushed some vendors to come up with BI (Business Intelligence) tools, which simplify the process of analyzing and publishing business data stored in both a database and external sources, thus enabling better decision-making. Using BI tools, you can easily prepare your data, wherever it is found, for analysis and reporting, thus creating and maintaining a business-oriented view of it.

This book introduces Oracle Business Intelligence, a suite of high-end tools from Oracle, which provide an effective means of delivering information, analysis, and efficiencies. You will learn how to use these powerful tools to your advantage when it comes to accessing the data that's available from a number of different sources and extracting the information you need to run your business.

What this book covers

As mentioned earlier, the book introduces the Oracle Business Intelligence platform, providing a suite of examples to help illustrate some key concepts. Here's a synopsis of what you will find in the book:

Chapter 1, Getting Business Information from Data, explains the concepts behind getting business information from data, giving you a basic understanding of what you need to answer your business questions promptly and efficiently.

Chapter 2, Introducing Oracle Business Intelligence, gives a comprehensive overview of the components included in the Oracle Business Intelligence package, as well as the Oracle Business Intelligence Tools package. It also explains how to install these packages on your machine. Although the installation process is given for Windows, it's similar for the other operating systems on which you might install this software.

Chapter 3, Working with Database Data, describes how to access and analyze data extracted from various sources, including Oracle Database and external source systems. You'll learn how to access and analyze relational data, leveraging the Business Intelligence features of Oracle Database as well as its computational power.

Chapter 4, Analyzing Data and Creating Reports, demonstrates the use of Oracle Business Intelligence components to analyze data and create reports, processing information that comes from the data you collect during business transactions. In particular, you'll look at Oracle Reports, Oracle BI Discoverer Plus, and Oracle BI Spreadsheet Add-In.

Chapter 5, Warehousing for Analysis and Reporting, explains the role of data warehousing for analysis and reporting, discussing how to build and use a Data Warehouse in an Oracle database. The chapter examples illustrate how you can integrate data from different transactional systems, facilitating business analysis with warehousing.

Chapter 6, Pivoting Through Data, discusses the use of pivoting to arrange data for effective analysis. You will look at how to change the layout or contents of an Oracle BI Discoverer Plus report, taking advantage of the slice and dice capability.

Chapter 7, Drilling Data Up and Down, gives the details on how to drill data up and down, navigating Discoverer worksheet data. In particular, you will learn how to use interactive reports, drilling into data for more detail.

Chapter 8, Advanced Analysis and Reporting, gives a comprehensive overview of the advanced analysis and reporting features of the Oracle Business Intelligence Discoverer Plus, explaining how to use Discoverer parameters, conditional formatting, and how to filter out data with conditions.

What you need for this book

The examples discussed in this book assume that you will be using the Oracle Discoverer tools, Oracle Reports Services, and Oracle Spreadsheet Add-In. Therefore, to follow the book's examples, you need to have the Oracle Business Intelligence suite as well as the Oracle Business Intelligence Tools suite installed on your computer. These products are part of Oracle Application Server 10g Release 2. Alternatively, you might use the Portal, Forms, Reports, and Discoverer suite, which is part of Oracle Fusion Middleware 11g R1. Whatever option you choose, though, you must also have access to an Oracle database 10g or 11g.

Like many Oracle products, all the earlier software can be obtained from the Oracle Technology Network (OTN) website and used for free under a development license, which allows for unlimited evaluation time. Later, if required, you can always buy products with full-use licenses.

Most Oracle products, including those that are mentioned earlier (and which you need to have installed to follow the sample code) are available for all major operating system platforms. Therefore you may be a Windows, Linux, or Solaris user, and still be able to install this software. For more details, refer to the appropriate document describing all the available platforms for individual products. You can find a link to such a document on each product's download page.

Who this book is for

This book is written for all those who want to learn how to use the Oracle Business Intelligence platform for analysis and reporting, including analysts, report builders, DBAs, and application developers.

A prerequisite for this book is a cursory understanding of the basic principles in the area of storing and retrieving business data with a RDBMS. However, you don't need to be a database guru to start using Oracle Business Intelligence tools to produce meaningful information from data. In this book, new and casual users are provided with detailed instructions on how to quickly get started with the Oracle Database Business Intelligence features, as well as the key components of the Oracle Business Intelligence suite, putting this handy software to immediate and productive use.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

SELECT count(*) FROM employees WHERE (EXTRACT(YEAR FROM (SYSDATE)) - EXTRACT(YEAR FROM (hire_date))) >= 15;

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

INSERT INTO salespersons VALUES ('violet', 'Violet Robinson');
INSERT INTO salespersons VALUES ('maya', 'Maya Silver');
INSERT INTO regions VALUES ('NA', 'North America');
INSERT INTO regions VALUES ('EU', 'Europe');

Any command-line input or output is written as follows:

start c:\oracle\product\11.2.0\dbhome_1\owb\UnifiedRepos\cat_owb.sql

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Note

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply send an e-mail to, and mention the book title via the subject of your message.

If there is a book that you need and would like to see us publish, please send us a note in the SUGGEST A TITLE form on www.packtpub.com or e-mail.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Note

Downloading the example code for this book

You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/support, selecting your book, clicking on the let us know link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded on our website, or added to any list of existing errata, under the Errata section of that title. Any existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Piracy

Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works, in any form, on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors, and our ability to bring you valuable content.

Questions

You can contact us at if you are having a problem with any aspect of the book, and we will do our best to address it.

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Oracle Business Intelligence : The Condensed Guide to Analysis and Reporting
Published in: Oct 2010Publisher: PacktISBN-13: 9781849681186
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime

Author (1)

author image
Yuli Vasiliev

Yuli Vasiliev is a software developer, freelance author, and consultant currently specializing in open-source development, Oracle technologies, and service-oriented architecture (SOA). He has over 10 years of software development experience as well as several years of technical writing experience. He wrote a series of technical articles for Oracle Technology Network (OTN) and Oracle Magazine. Contact Yuli Vasiliev
Read more about Yuli Vasiliev