Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle Business Intelligence : The Condensed Guide to Analysis and Reporting

You're reading from   Oracle Business Intelligence : The Condensed Guide to Analysis and Reporting An introduction to Oracle Business Intelligence Solutions for business analysis and reporting

Arrow left icon
Product type Paperback
Published in Oct 2010
Publisher Packt
ISBN-13 9781849681186
Length 184 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Yuli Vasiliev Yuli Vasiliev
Author Profile Icon Yuli Vasiliev
Yuli Vasiliev
Arrow right icon
View More author details
Toc

Relational implementation of the dimensional model


You can regard this section as a prelude to covering the data warehousing Oracle Database feature, which will be discussed in detail later in this book.

Database structures behind an EUL

In the preceding section, you looked at the SQL code behind a Discoverer item. While that code represented the SELECT statement issued against a regular database table, there are some objects within Discoverer that require a set of associated objects in the underlying database to hold metadata.

Let's, for example, explore the database structures, which are implicitly defined upon creation of the HR EUL discussed in the "Post-installation tasks" section of the preceding chapter. For this, let's examine the hr/hr database schema upon which the HR EUL was created. To begin with, you can simply count the tables in the schema. To do this, connect to the database /as sysdba and then issue the following query:

SELECT count(*) FROM all_tables WHERE owner = 'HR...
lock icon The rest of the chapter is locked
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.
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 $19.99/month. Cancel anytime
Banner background image