Linking the components - 7.3

ELT Oracle

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > ELT components > ELT Oracle components
Data Quality and Preparation > Third-party systems > ELT components > ELT Oracle components
Design and Development > Third-party systems > ELT components > ELT Oracle components
Last publication date
2024-02-21

Procedure

  1. Add the following components from the Palette to the design workspace: tELTOracleInput, tELTOracleMap, and tELTOracleOutput.
  2. Label tELTOracleInput as new_customer, tELTOracleMap as ELT Mapper, and tELTOracleOutput as merge_data.
  3. Link tELTOracleInput to tELTOracleMap using a Row > New Output (table) connection.
  4. When prompted, enter NEW_CUSTOMER as the table name, which should be the actual database table name.
  5. Link tELTOracleMap to tELTOracleOutput using a Row > New Output (table) connection.
  6. When prompted, enter customers_merge as the name of the database table, which holds the merge results.