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
Arrow up icon
GO TO TOP
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 This is a brilliant crash course in Oracle Data Integrator that pulls you straight into the platform through practical instructions and real-world situations rather than dry theory. Written by a team of seasoned experts.

Arrow left icon
Product type Paperback
Published in May 2012
Publisher Packt
ISBN-13 9781849680684
Length 384 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (21) Chapters Close

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 FREE CHAPTER 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

Introduction to XML


XML files employ a format in which data is contained in a nested, hierarchical structure of tags which give context and meaning to the data contained between and within the tags. It has been described as similar to HTML because both in XML and in HTML the tags used can each have attributes, can surround data value elements (in HTML these are mostly text strings to be displayed), and can support deeper nesting of tag structures.

Where tags surround data or a deeper structure, they have opening tags balanced with closing tags, those nested inner tags always being closed before outer tags as in this snippet of HTML:

<b>This text will be displayed as bold <i>and this as bold italics</i></b>.

Where a tag has attributes, but doesn't surround any data or other elements, the opening and closing tags can be combined into one, with a closing "slash-bracket":

<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

However, a big distinction...

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