Skip to content

Commit 6629087

Browse files
Merge pull request #3030 from oracle-devrel/my-data-integration-change
fixes
2 parents ce939fe + a465b06 commit 6629087

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

  • data-platform/data-integration

data-platform/data-integration/oracle-data-integrator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Oracle Data Integrator is a comprehensive data integration platform that covers all data integration requirements: from high-volume, high-performance batch loads, to event-driven, trickle-feed integration processes, to SOA-enabled data services. Oracle Data Integrator (ODI) 14c, the latest version of Oracle’s strategic Data Integration offering, provides superior developer productivity and improved user experience with a redesigned flow-based declarative user interface and deeper integration with Oracle GoldenGate. ODI 14c further builds on its flexible and high-performance architecture with comprehensive big data support and added parallelism when executing data integration processes. It includes interoperability with Oracle Warehouse Builder (OWB) for a quick and simple migration for OWB customers to ODI 14c.
44

5-
Reviewed: 03.06.2026
5+
Reviewed: 05.06.2026
66

77
# Table of Contents
88

data-platform/data-integration/shared-assets/parallel-sqlloader-odi-aidatabase26/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
Reviewed: 05.06.2026
44

5-
Why move Teradata to Autonomous Data Warehouse on OCI?
6-
75

86
SQL Loader is one of the most efficient ways to load large text files into Oracle Database. Starting with 26ai Oracle AI Database client releases it is possible to automate parallelism in SQL Loader jobs. Instead of manually splitting one large input file into multiple smaller files and running several SQL Loader jobs, SQL Loader can parallelize the load internally from one data file, one control file, and one command.
97

108
In Oracle Data Integrator, we can take advantage of this new capability by using a Knowledge Module and creating a basic mapping pointing to our source file and target table. ODI provides out of the box Knowledge Modules and LKM File to Oracle (SQLLDR) is commonly used when loading delimited or fixed-width files into Oracle tables, especially for high-volume loads where row-by-row JDBC loading is not ideal.
119

1210
## How to use this asset?
13-
This blog post explains steps to utilize automatic parallelism via a new custom Knowledge Module which can be downloaded from files subfolder.
11+
This blog post explains steps to utilize automatic parallelism via a new custom [Knowledge Module](https://github.com/oracle-devrel/technology-engineering/blob/main/data-platform/data-integration/shared-assets/parallel-sqlloader-odi-aidatabase26/files/KM_LKM_File_to_Oracle__SQLLDR__Plus.xml) which can be downloaded from files subfolder.
12+
1413
[Link to full blog post in Medium](https://medium.com/@hncelebi/automatic-parallelism-in-sql-loader-with-oracle-data-integrator-and-26ai-database-client-ba4a9332a7b2)
1514

1615

0 commit comments

Comments
 (0)