Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1609

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 25 additions & 14 deletions data-platform/data-integration/oci-data-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,20 @@
Data Integration is a fully managed, multi-tenant service that helps data engineers and developers with data movement and data loading tasks. Powered by Spark ETL or ELT processes, a large volume of data can be ingested from a variety of data assets; cleansed; transformed and reshaped; and efficiently loaded to Oracle Cloud Infrastructure target data assets.

Reviewed: 28.02.2025

# Useful Link

- [OCI Data Integration - Extract data from Fusion Apps](https://www.youtube.com/watch?v=r0m1qCG8v5c)
- Video on how to use OCI Data Integration for extracting data from Oracle Fusion Apps

- [OCI Data Integration and Oracle Data Safe— Masking sensitive data between environments](https://eloi-lopes29.medium.com/oci-data-integration-masking-sensitive-data-between-environments-1ad386849419)
- OCI Data Integration and Oracle Data Safe— Masking sensitive data between environments

- [OCI Data Integration — Incremental data load](https://eloi-lopes29.medium.com/oci-data-integration-incremental-data-load-bd257d7e34cb)
- Step-by-step guide that explains how to create an incremental load in OCI DI
# Table of Contents

1. [Team Publications](#team-publications)
2. [Useful Links](#useful-links)

# Team Publications

- [OCI Data Integration - Move data from SQL Server to ADW using OCI DI](https://medium.com/@aporcescu/move-data-from-microsoft-sql-server-to-autonomous-data-warehouse-using-oci-data-integration-34fe7b9b2ee2)
- Blog article explaining how to migrate data from SQL Server into ADW using OCI Data Integration

- [OCI Data Integration - Fix Decimal Precision exceeds Max Precision](https://medium.com/@aporcescu/fix-decimal-precision-exceeds-max-precision-error-in-oci-data-integration-e4e125270ab1)
- Blog article explaining how to fix "Decimal Precision exceeds Max Precision"

- [Automate OCI Data Integration Pipelines with parameters](https://medium.com/@eloi-lopes29/automate-oci-data-integration-pipelines-with-parameters-7d45584b82a5)
- Blog article explaining how to Automate OCI Data Integration Pipelines with parameters

- [Automate Object Store file ingestion to DBCS with OCI DI](https://medium.com/@aporcescu/automating-oracle-object-store-file-loading-with-oci-data-integration-64f8d608601e)
- A step-by-step blog article that explains how to trigger the OCI Data Integration job every time a new file is uploaded to the Object Store

Expand All @@ -37,7 +30,25 @@ Reviewed: 28.02.2025
- Automate incremental file loading from OCI Object Storage using Data Integration pipelines

- [Trigger Scripts with OCI Data Integration](https://medium.com/@aporcescu/trigger-scripts-with-oci-data-integration-b4fd483d9431)
- Trigger scripts from OCI Data Integration pipelines using OCI Functions and Paramiko
- Trigger scripts from OCI Data Integration pipelines using OCI Functions and Paramiko

- [Remove processed files with OCI Data Integration](https://medium.com/@aporcescu/remove-processed-files-with-oci-data-integration-1aa09644189f)
- Learn how to remove processed files from OCI Object Storage using OCI data Integration and OCI Functions


# Useful Link

- [OCI Data Integration - Extract data from Fusion Apps](https://www.youtube.com/watch?v=r0m1qCG8v5c)
- Video on how to use OCI Data Integration for extracting data from Oracle Fusion Apps

- [OCI Data Integration and Oracle Data Safe— Masking sensitive data between environments](https://eloi-lopes29.medium.com/oci-data-integration-masking-sensitive-data-between-environments-1ad386849419)
- OCI Data Integration and Oracle Data Safe— Masking sensitive data between environments

- [OCI Data Integration — Incremental data load](https://eloi-lopes29.medium.com/oci-data-integration-incremental-data-load-bd257d7e34cb)
- Step-by-step guide that explains how to create an incremental load in OCI DI

- [Automate OCI Data Integration Pipelines with parameters](https://medium.com/@eloi-lopes29/automate-oci-data-integration-pipelines-with-parameters-7d45584b82a5)
- Blog article explaining how to Automate OCI Data Integration Pipelines with parameters

- [Export/Import use cases for OCI Data Integration](https://www.ateam-oracle.com/post/oci-data-integration-exportimport-use-cases)
- OCI Data Integration's new export/import feature streamlines development, deployment, and governance by enabling seamless transfer of projects and objects across workspaces. Use cases include backups, version control, environment migration, sandbox creation, tenancy migration, disaster recovery, and enhanced collaboration
Expand Down