Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
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
1. Product Overview 2. Product Installation 3. Using Variables 4. ODI Sources, Targets, and Knowledge Modules 5. Working with Databases 6. Working with MySQL 7. Working with Microsoft SQL Server 8. Integrating File Data 9. Working with XML Files 10. Creating Workflows—Packages and Load Plans 11. Error Management 12. Managing and Monitoring ODI Components 13. Concluding Remarks
Index

Introducing the ODI JDBC driver for XML


As we've mentioned before, ODI uses JDBC in order to access data, so it needs a JDBC driver to access XML data. Fortunately it comes with an extremely sophisticated driver right out of the box. It will be essential for us to understand some of the characteristics and working methods of the driver for us to use it correctly and effectively, so we'll cover the basics here.

ODI and its XML driver—basic concepts

We now know that XML documents contain a hierarchical, nested structure of elements (each of which may have attributes), all of which are contained within a single root element.

We also know that ODI is a very SQL and relational-oriented tool that models things in a very table-like way.

The ODI JDBC driver for XML marries these two paradigms by representing a single XML file as a hierarchy of table-like datastores that are related to each other through primary, foreign key relationships:

  • Each XML element (tag) that contains subelements (nested tags...

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}