Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "We'll be integrating data into the PURCHASE_ORDER table in the data mart".

A block of code is set as follows:

<?xml version="1.0" encoding="UTF-8"?>
<Building>
  <StreetAddr>32 Lincoln Road</StreetAddr>
  <Locality>Olton</Locality>
  <City>Birmingham</City>
  <StateOrProv>West Midlands</StateOrProv>
  <PostCode>B27 6PA</PostCode>
  <CountryCode>44</CountryCode>
</Building>

Any command-line input or output is written as follows:

OdiFileCopy -FILE=c:/po/input/order_20001.xml-TOFILE=c:/po/input/single_po.xml -CASESENS=yes

Get Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.