Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Oracle Warehouse Builder 11g: Getting Started
Oracle Warehouse Builder 11g: Getting Started

Oracle Warehouse Builder 11g: Getting Started: Extract, Transform, and Load data to build a dynamic, operational data warehouse

Arrow left icon
Profile Icon Bob Griesemer
Arrow right icon
Can$12.99 Can$61.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6 (5 Ratings)
eBook Aug 2009 370 pages 1st Edition
eBook
Can$12.99 Can$61.99
Paperback
Can$77.99
Subscription
Free Trial
Arrow left icon
Profile Icon Bob Griesemer
Arrow right icon
Can$12.99 Can$61.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6 (5 Ratings)
eBook Aug 2009 370 pages 1st Edition
eBook
Can$12.99 Can$61.99
Paperback
Can$77.99
Subscription
Free Trial
eBook
Can$12.99 Can$61.99
Paperback
Can$77.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Oracle Warehouse Builder 11g: Getting Started

Chapter 2. Defining and Importing Source Data Structures

The Warehouse Builder software and Oracle database have been installed, and we're ready to begin building our data warehouse. The first thing we have to do is define what our sources of data will be. If we are going to build a useful data warehouse, we have to know what kinds of information our users are going to need out of the warehouse. To know that, we have to know the following:

  • The format in which the data is currently stored and where it is stored.

  • Whether there is a transactional database currently in use or not, which supports day-to-day operations and from which we'll be pulling the data.

    A transactional database is different from a data warehouse database in that it is designed to support the day-to-day transactions that keep an organization running.

  • Whether the database is an Oracle database or another vendor's database such as Microsoft SQL Server.

  • Whether there are any flat files of information saved from database tables or...

Preliminary analysis


In any data warehouse project, we are going to need to do some up-front analysis to determine what data will need to be captured into our warehouse. The analysis will tell us where the data is located, and in what format, so that we can begin to define our source data structures in the Warehouse Builder. In our case, we will presume that we have interviewed the management at the ACME Toys and Gizmos company and they have indicated the following:

  • The high-priority information that they would like to see from this data warehouse project is sales-related data for all their stores

  • They don't have an idea about the comparative sales in the various stores, so they need some way to view all that data together to do an analysis that shows how well, or poorly, the stores are doing

  • In the future, they would also like to be able to compare store sales with their web site sales, but that will not be required for this first data warehouse we build

We are doing a very simple analysis...

An overview of Warehouse Builder Design Center


The Design Center is the main graphical interface that we will be using to design our data warehouse, but we also use it to define our data sources. So let's take some time at this point to go over the user interface and familiarize ourselves with it. We launch Design Center from the Start menu under the Oracle menu entry, as shown in the following image:

The Design Center must connect to a workspace in our repository. To review briefly, we discussed the architecture of the Warehouse Builder in Chapter 1. This included the repository in which we created a workspace and a user, who would be the owner of the workspace. We used the Repository Assistant application to configure our repository and create that user. The repository is located in the OWBSYS schema that was the pre-installed schema the database installation provided for us. The user name chosen was acmeowb and the workspace name was acme_ws. Now it's time to make use of this user and...

Importing/defining source metadata


Now that we've been introduced to the Design Center, it's time to make use of it to import or define our source metadata. Metadata is data that describes our data. We are going to tell the Warehouse Builder what our source data looks like and where it is located, so that it can build the code necessary to retrieve that data when we design and run mappings to populate our data warehouse. The metadata is represented in the Warehouse Builder as objects corresponding to the type of the source object. So if we're representing tables in a database, we will have tables defined in the Warehouse Builder.

We have a couple of options for defining the source metadata. We can manually input the definitions into Design Center Project Explorer ourselves, or we can choose to have the Warehouse Builder automatically import the descriptions of our data for us. As we like having the computer do the work for us whenever possible, we will choose the second option whenever...

Summary


That was a lot of information presented in this chapter. We began with a brief discussion about the source data for our scenario using the ACME Toys and Gizmos company. We then went through the process of importing metadata about our sources, and saw how to import metadata from an Oracle database as well as a flat file. Because we are dealing with a non-Oracle database, we were also exposed to configuring the Oracle database to communicate with a non-Oracle database using Oracle Heterogeneous Services. We also saw how to configure it for generic connectivity using the supplied ODBC agent. We worked through the process of manually creating table definitions for source tables for a SQL Server database.

At this point, you should run through these procedures to import or define the remaining tables that were identified in the source databases. For this, you can use the procedures we walked through above for practice. We'll be using the SQL Server database tables for the POS transactional...

Left arrow icon Right arrow icon

Key benefits

  • Build a working data warehouse from scratch with Oracle Warehouse Builder.
  • Cover techniques in Extracting, Transforming, and Loading data into your data warehouse.
  • Learn about the design of a data warehouse by using a multi-dimensional design with an underlying relational star schema.
  • Written in an accessible and informative style, this book helps you achieve your warehousing goals, and is loaded with screenshots, numerous tips, and strategies not found in the official user guide.

Description

In today's economy, businesses and IT professionals cannot afford to lag behind the latest technologies. Data warehousing is a critical area to the success of many enterprises, and Oracle Warehouse Builder is a powerful tool for building data warehouses. It comes free with the latest version of the Oracle database. Written in an accessible, informative, and focused manner, this book will teach you to use Oracle Warehouse Builder to build your data warehouse. Covering warehouse design, the import of source data, the ETL cycle and more, this book will have you up and running in next to no time. This book will walk you through the complete process of planning, building, and deploying a data warehouse using Oracle Warehouse Builder. By the book's end, you will have built your own data warehouse from scratch. Starting with the installation of the Oracle Database and Warehouse Builder software, this book then covers the analysis of source data, designing a data warehouse, and extracting, transforming, and loading data from the source system into the data warehouse. You'll follow the whole process with detailed screenshots of key steps along the way, alongside numerous tips and hints not covered by the official documentation.

Who is this book for?

This book is a good starting point for database engineers, administrators, and architects who are responsible for data warehouse projects and need to design them and load data into them. If you are someone who wants to learn Oracle Warehouse Builder and expand your knowledge of the tool and data warehousing, this is an ideal book for you. No prior data warehouse or database experience is presumed with all new database and data warehouse technical terms and concepts explained in clear easy-to-understand language.

What you will learn

  • Install the most recent Oracle Database version including Warehouse Builder.
  • Learn basic data warehousing concepts and analyze and design your own data warehouse.
  • Configure your Oracle database to communicate with a non-Oracle database using Oracle Heterogeneous Services.
  • Build, view, and edit a cube and its dimensions, using Warehouse Builder Wizards and the Data Object Editor.
  • Discover the underlying star schema relational structure that Warehouse Builder will build to implement your cube and dimensions.
  • Recognize what a staging area is, and build a staging table and mapping to load it from SQL Server database tables.
  • Learn various operators for use in mappings, for the transformation and flow of data.
  • Build and execute mappings to load dimensions and a cube using the Warehouse Builder Mapping Editor and Control Center Manager.

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 05, 2009
Length: 370 pages
Edition : 1st
Language : English
ISBN-13 : 9781847195753
Vendor :
Oracle
Category :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Aug 05, 2009
Length: 370 pages
Edition : 1st
Language : English
ISBN-13 : 9781847195753
Vendor :
Oracle
Category :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Can$6 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Can$6 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total Can$ 222.97
Oracle Warehouse Builder 11g: Getting Started
Can$77.99
Data Engineering with AWS
Can$82.99
Azure Data Engineering Cookbook
Can$61.99
Total Can$ 222.97 Stars icon
Banner background image

Table of Contents

9 Chapters
An Introduction to Oracle Warehouse Builder Chevron down icon Chevron up icon
Defining and Importing Source Data Structures Chevron down icon Chevron up icon
Designing the Target Structure Chevron down icon Chevron up icon
Creating the Target Structure in OWB Chevron down icon Chevron up icon
Extract, Transform, and Load Basics Chevron down icon Chevron up icon
ETL: Putting it Together Chevron down icon Chevron up icon
ETL: Transformations and Other Operators Chevron down icon Chevron up icon
Validating, Generating, Deploying, and Executing Objects Chevron down icon Chevron up icon
Extra Features Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6
(5 Ratings)
5 star 60%
4 star 40%
3 star 0%
2 star 0%
1 star 0%
J. Northrup Aug 12, 2009
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Griesemer has provided a very useful and easy-to-read introduction to building data warehouses using Oracle tools. By providing realistic examples and thorough explanations, this book will help anybody who has basic database experience get up-to-speed quickly.
Amazon Verified review Amazon
Vamseedhar R. Sane Oct 22, 2009
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book is larger compared to regular books released by PackT Publishing. Instead of the regular 250-page range, the book is now more than 350 pages. The book looks massive as it deals with very specific information and wide range of possibilities and scenario with Oracle's data warehousing application. The screenshots can be noticed while going through random pages which means it provides an actual interaction with the application.The book was written by Bob Griesemer. Although he's not a recognized name in the industry, he has been working with various database solutions for more than 25 years. His experience with various industries and even in some government institutions have provided the needed knowledge in getting this book done. He is currently the Senior Database Engineer in Northrop Grumman Corporation. His profile also indicates that he has worked with Oracle since its 6th version which means he has monitored almost every major change of Oracle since its inception.The book is intended for those who want to learn more about data warehousing from scratch. The introduction on the necessity of data warehousing is very interesting since it provides a closer look on how database administrators should understand data manipulation in servers. The book slowly moves to complicated subjects as it tries to help readers fully understand each step.Even though the book is intended on those starting in data warehousing, the book can be a good refresher for experts. The later chapter can be a good reference in case special functions in data warehousing should be used.
Amazon Verified review Amazon
Kenneth L. Feb 23, 2011
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is an excellent resource for all of those that would like to learn Oracle Warehouse Builder and data warehousing.
Amazon Verified review Amazon
Serafeim Karapatis Jan 26, 2010
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
The book fulfills its purpose as a starter kit for Oracle Warehouse Builder (OWB) 11g R1. It covers both the OWB basics as well as the ETL process fundamentals and following the Packt philosophy, it is accompanied with lots of illustrations and examples. In overall, it is a very good starting point for OWB, as advanced topics such as PL/SQL extensions, auditing or data quality are beyond the scope of the book.
Amazon Verified review Amazon
Uli Bethke Oct 21, 2009
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Bob Griesemer's Oracle Warehouse Builder 11G - Getting Started is the first and so far (as of Oct 2009) only book published on Oracle Warehouse Builder.It aims to introduce data warehousing in general and Oracle Warehouse Builder in particular, to absolute beginners in the field.In chapter 1 the author guides us through the installation process for OWB 11G. A typical installation of Warehouse Builder in a client/server environment is explained. More complex architectures with the Control Center service on a different server are not explained.In chapter 2 we are introduced to the data model of the source system for the data warehouse. We are shown how to import or create the metadata for our source system. What I found useful here is that the author explains how we can use a non-Oracle RDBMS (in this case SQL Server) as a source system via heterogenous services. This can be a pain to set up so it is helpful to have a step by step walkthrough for this.Chapter 3 gives an introduction to the basics of data warehouse design. It then explains how we can implement such a design as a target structure in Oracle Warehouse Builder.In chapter 5 the author gives an overview on the basics of ETL processes and introduces us to some of the more important OWB operators that will allow us to implement ETL process in Warehouse Builder. I found that more space should have been given to explain the operators in detail. Some more detailed examples for each would have been useful also.Chapters 6 and 7 then show us how we can bring the source metadata from chapter 2, the target metadata from chapter 3, and the operators from the previous chapter together in a Warehouse Builder mapping to extract, transform, and load data from source to target. What is completely missing here though is an introduction to process flows. Process flows are fundamental to glue ETL mappings in Warehouse Builder together and should have been part of an introduction to the subject.Chapter 8 gives an overview on the deployment and execution of objects via the OWB Control Center. It also includes a good troubleshooting section with regards to deployment. As expected from a beginner's book, more advanced topics such as deployment via OMB+ and TCL scripts is not explained. What is also missing is an explanation on how to schedule objects once they have been deployed.In chapter 9 the author introduces us to various OWB features. The book gives a good overview on version management via snapshots and export/import of metadata.The book does pretty much what it says on the tin and gives a good introduction to novices in the area of data warehousing and Oracle Warehouse Builder. So if you have never used Oracle Warehouse Builder this book is for you. If you have used OWB before you will not learn anything new here. Also this book can only be a starting point for your OWB career. A lot more OWB features than are outlined in this book need to be learned to become a master in the area (if you think about it the OWB user manual in PDF format has about 1000 pages and in some areas only scratches at the surface). Also the timing of the publication of the book is a bit unfortunate as only recently OWB 11GR2 was released with a lot of important new features and a redesigned User Interface. Hopefully there will be a 2nd edition soon that addresses this shortcoming.[...].
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.