Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial

You're reading from  Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial

Product type Book
Published in May 2012
Publisher Packt
ISBN-13 9781849680684
Pages 384 pages
Edition 1st Edition
Languages

Table of Contents (21) Chapters

Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Product Overview Product Installation Using Variables ODI Sources, Targets, and Knowledge Modules Working with Databases Working with MySQL Working with Microsoft SQL Server Integrating File Data Working with XML Files Creating Workflows—Packages and Load Plans Error Management Managing and Monitoring ODI Components Concluding Remarks
Index

Load Plans


As we have seen so far, packages only handle serialized execution. Each step executes after the previous one and before the next. Load Plans will bring additional functionalities that will allow for more advanced orchestration of the processes.

Serial and parallel steps

When a Load Plan is defined, the first operation is to define if steps will be executed in sequence or in parallel. You can obviously mix and match serialized and parallel branches as needed.

In the previous example, we will load our Customer data and our Product data in parallel, since there is no dependency between these two sets. Each set can be made of several steps that can be, in turn, executed in a serialized or parallel fashion. You can see here that steps in each set are executed in sequence. When both sets are completed, we then process our Sales data. This step is serialized because it is dependent on both customer and product data.

Objects that can be used in a Load Plan

The following objects can be used...

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 $15.99/month. Cancel anytime}