From a465b0624b07f8fb50756c004232dbe17ef71f01 Mon Sep 17 00:00:00 2001 From: hcelebi Date: Fri, 5 Jun 2026 13:54:50 +0200 Subject: [PATCH] fixes --- .../data-integration/oracle-data-integrator/README.md | 2 +- .../parallel-sqlloader-odi-aidatabase26/README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/data-platform/data-integration/oracle-data-integrator/README.md b/data-platform/data-integration/oracle-data-integrator/README.md index d42d35b62..51e81f7d6 100644 --- a/data-platform/data-integration/oracle-data-integrator/README.md +++ b/data-platform/data-integration/oracle-data-integrator/README.md @@ -2,7 +2,7 @@ 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. -Reviewed: 03.06.2026 +Reviewed: 05.06.2026 # Table of Contents diff --git a/data-platform/data-integration/shared-assets/parallel-sqlloader-odi-aidatabase26/README.md b/data-platform/data-integration/shared-assets/parallel-sqlloader-odi-aidatabase26/README.md index 128bc8692..63fee159a 100644 --- a/data-platform/data-integration/shared-assets/parallel-sqlloader-odi-aidatabase26/README.md +++ b/data-platform/data-integration/shared-assets/parallel-sqlloader-odi-aidatabase26/README.md @@ -2,15 +2,14 @@ Reviewed: 05.06.2026 -Why move Teradata to Autonomous Data Warehouse on OCI? - 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. 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. ## How to use this asset? -This blog post explains steps to utilize automatic parallelism via a new custom Knowledge Module which can be downloaded from files subfolder. +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. + [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)