Skip to content

Commit 81043de

Browse files
Merge pull request #111 from alexandruporcescu/Data-Integration
Added OCI DI public references
2 parents 88f991c + 87a4208 commit 81043de

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# OCI Data Integration
2+
3+
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.
4+
5+
6+
7+
## Useful Links
8+
9+
- [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)
10+
- OCI Data Integration and Oracle Data Safe— Masking sensitive data between environments
11+
12+
- [OCI Data Integration — Incremental data load](https://eloi-lopes29.medium.com/oci-data-integration-incremental-data-load-bd257d7e34cb)
13+
- Step-by-step guide that explains how to create an incremental load in OCI DI
14+
15+
- [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)
16+
- Blog article explaining how to migrate data from SQL Server into ADW using OCI Data Integration
17+
18+
- [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)
19+
- Blog article explaining how to fix "Decimal Precision exceeds Max Precision"
20+
21+
- [Automate OCI Data Integration Pipelines with parameters](https://medium.com/@eloi-lopes29/automate-oci-data-integration-pipelines-with-parameters-7d45584b82a5)
22+
- Blog article explaining how to Automate OCI Data Integration Pipelines with parameters
23+
24+
25+
# License
26+
27+
Copyright (c) 2023 Oracle and/or its affiliates.
28+
29+
Licensed under the Universal Permissive License (UPL), Version 1.0.
30+
31+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# OCI GoldenGate
2+
3+
Oracle Cloud Infrastructure GoldenGate is a fully managed, native cloud service that moves data in real-time, at scale. OCI GoldenGate processes data as it moves from one or more data management systems to target databases. You can also design, run, orchestrate, and monitor data replication tasks without having to allocate or manage any compute environments.
4+
5+
6+
7+
## Useful Links
8+
9+
- [Install GoldenGate Microservices 21c in silent mode](https://medium.com/@eloi-lopes29/install-goldengate-microservices-21c-in-silent-mode-48a904b97dc3)
10+
- How to install GoldenGate in SilentMode
11+
12+
- [Migrating GoldenGate Marketplace (MySQL) to OCI GoldenGate for MySQL](https://blogs.oracle.com/dataintegration/post/migrating-goldengate-marketplace-mysql-to-oci-goldengate-for-mysql)
13+
- Step-by-step guide on how to move data from MySQL using OCI GoldenGate
14+
15+
- [Connecting GoldenGate Classic to GoldenGate Microservices and OCI GoldenGate](https://blogs.oracle.com/dataintegration/post/connecting-goldengate-classic-to-goldengate-microservices-and-oci-goldengate)
16+
- Blog article explaining how to connect GG Classic to OCI GoldenGate
17+
18+
- [Using Profiles with OCI GoldenGate](https://blogs.oracle.com/dataintegration/post/using-profiles-with-oci-goldengate)
19+
- Blog article explaining the process on how to control encryption in GoldenGate
20+
21+
- [GoldenGate monitoring and sending notifications](https://eloi-lopes29.medium.com/goldengate-monitoring-and-sending-notifications-1faead58c6bd)
22+
- Blog article explaining how to send notifications in a process fails
23+
24+
- [Configuring GoldenGate For SQL Server and load data into Autonomous Database](https://eloi-lopes29.medium.com/configuring-goldengate-for-sql-server-and-load-data-into-autonomous-database-b8026d2d3e6f)
25+
- Blog article explaining how to send data from SQL Server into Autonomous Database using GoldenGate
26+
27+
# License
28+
29+
Copyright (c) 2023 Oracle and/or its affiliates.
30+
31+
Licensed under the Universal Permissive License (UPL), Version 1.0.
32+
33+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)