JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java CAPS Data Integrator User's Guide     Java CAPS Documentation
search filter icon
search icon

Document Information

Designing Data Integrator Projects

About Data Integrator

Extracting, Transforming, Loading: ETL

Oracle Java CAPS Data Integrator Overview

Extracting, Transforming, and Loading: ETL

Oracle Java CAPS Data Integrator Methodology

Oracle Java CAPS Data Integrator Features

Oracle Java CAPS Data Integrator Architecture

Oracle Java CAPS Data Integrator Design-Time Components

Data Integrator Editor

Oracle Java CAPS Data Integrator Project System

Data Integrator Service Engine

ETL Engine

ETL Service Engine

Data Integrator Monitor

Data Integrator Recovery

Creating Oracle Java CAPS Data Integrator Projects

Connecting to Source and Target Databases

Connecting to a JDBC-Compliant Database

Creating and Connecting to Data Mashup Services

Virtual Database Table Metadata Options

Virtual Database Column Properties

Creating a New Data Integrator Project

To Create a New Project

Creating an ETL Collaboration Using the Wizard

Creating a Basic ETL Collaboration

To Create a Basic ETL Collaboration

Creating an Advanced ETL Collaboration

To Create an Advanced ETL Collaboration

Creating an ETL Collaboration for a Master Index Staging Database

To Create an ETL Collaboration for a Master Index Staging Database

Creating a Bulk Loader ETL Collaboration

To Create a Bulk Loader ETL Collaboration

ETL Collaboration Overview

Execution Strategies

Direct/Simple Execution Strategy

One Pass Execution Strategy

Staging Execution Strategy

Pipeline Execution Strategy

Whitespace Considerations

Explicit and Implicit Joins

Runtime Properties

Data Validation Conditions

About the ETL Collaboration Editor

Configuring ETL Collaborations

Joining Source Tables

To Join Source Tables

To Join Source Tables During Mapping

Modifying an Existing Join

To Join Source Tables

Defining Extraction Conditions and Validations

To Define Extraction Conditions and Validation.

Adding Tables to an Existing Collaboration

To Add Tables to a Collaboration

Forcing Execution Strategies for Collaborations

To Force Execution Strategies for Collaborations

Changing the Database URL for Design Time

To Change the Database URL for Design Time

Configuring Source Table Properties

To Configure Source Table Properties

Configuring Target Table Properties

To Configure Target Table Properties

Using Pre-Created Temporary Staging Tables

Using Temporary Staging Tables

Viewing Table or Join Data

To View Table or Join Data

Viewing the SQL Code

To View SQL Code

Viewing Runtime Output Arguments

To View Runtime Output Arguments

Fine-Tuning the ETL Process

Filtering Source Data Using Runtime Inputs

To Filter Source Data Using Runtime Inputs

Setting the Batch Size for Joined Tables

To Set the Batch Size for Joined Tables

Using Table Aliases with Multiple Source Table Views

Grouping Input Data

To Group Input Data

Viewing and Modifying Table Data

To View and Modify Table Data

Oracle Java CAPS Data Integrator Overview

Extracting, Transforming, and Loading: ETL

ETL stands for Extract, Transform, and Load. ETL programs periodically extract data from source systems, transforms the data into common format, and then loads the data into the target data store or warehouse. ETL processes bring together and combine data from multiple source systems into a data warehouse or other target database, enabling all users to work off a single, integrated set of data.

Oracle Java CAPS Data Integrator Methodology

Extraction, Transform, and Load (ETL) is a data integration methodology that extracts data from data sources, transforms and cleanses the data, then loads the data in a uniform format into one or more target data sources.

Data Integrator provides high-volume extraction and loading of tabular data sets for Java CAPS, NetBeans, or OpenESB, projects, or as a standalone product. You can use Data Integrator to acquire a temporary subset of data for reports or other purposes, or acquire a more permanent data set for the population of a data mart or data warehouse. You can also use ETL for database type conversions or to migrate data from one database or platform to another.

Data Integrator applies the following ETL methodology:

  1. Extraction: The input data is extracted from data sources. Using Data Integrator, the data can be filtered and joined from multiple, heterogeneous sources, which results in a desired subset of data suitable for transformation.

  2. Transformation: Data Integrator applies the operators specified for the process to transform and cleanse the data to the desired state. Oracle Java CAPS Data Integrator supports normalization and parsing of certain data.

  3. Load: The transformed data is loaded into one or multiple databases or data warehouses.

Oracle Java CAPS Data Integrator Features

The following are the list of features for Oracle Java CAPS Data Integrator: