Skip to content

Commit d10f42e

Browse files
authored
Merge branch 'main' into main
2 parents 68c2d93 + 0911137 commit d10f42e

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

data-platform/analytical-data-platform-lakehouse/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Oracle's [Data Platform](https://www.oracle.com/data-platform/) delivers a compl
1616
- This reference architecture describes a lakehouse architecture pattern, the services that are part of it, the capabilities those services deliver, and how to deploy them. It covers best practices, a deployment topology, and automated deployment with an [Oracle Resource Manager Terraform stack](https://github.com/oracle-devrel/terraform-oci-oracle-cloud-foundation/tree/main/cloud-foundation/solutions/Data-platform-data-lakehouse) (part of the [cloud-foundation Terraform solutions](https://github.com/oracle-devrel/terraform-oci-oracle-cloud-foundation/tree/main/cloud-foundation)).
1717
- [Deploy a machine learning model close to the network edge](https://docs.oracle.com/en/solutions/deploy-ml-at-edge/#GUID-8EC86246-D724-4C16-8073-8CB5B2EA6719)
1818
- This reference architecture describes a deployment where data is ingested from edge locations into OCI, where it is used to build and train ML models that are deployed in the edge for low latency inferencing.
19+
- [Monetize data with Oracle Cloud Infrastructure](https://docs.oracle.com/en/solutions/monetize-data-oci/index.html)
20+
- Reference Architecture depicting how to support data monetization by exposing data products via APIs and integrating with subscription and payment systems to process usage and payments.
1921

2022
## GitHub
2123

data-platform/modernise/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Also make sure to check the dedicated pages of the main technology areas of Data
1212
* [Database Patching](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/database-patching)
1313
* [Cloud Premigration Advisor Tool](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/cloud-premigration-advisor-tool)
1414
* [Transportable Tablespace](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/transportable-tablespace)
15+
* [Migration to OCI Database with PostgreSQL](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/migration-to-oci-database-with-postgresql)
1516

1617
# Team Publications
1718

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Migration to OCI Database with PostgreSQL
2+
3+
OCI Database with PostgreSQL is the ideal solution for organizations aiming to gain effortless scaling in the cloud without changing their applications. It provides full PostgreSQL compatibility while letting users take advantage of OCI’s flexible, high-performance, high-availability infrastructure with built-in security and simple pricing. In addition, this OCI implementation delivers superior scalability combined with reduced administrative demands. Migration to Oracle Database with PostgreSQL can be performed using the pg_dump utility or via online methods using GoldenGate. This page contains links to documentation and assets that better explain how to perform offline and online migrations to the OCI Database with PostgreSQL.
4+
5+
Reviewed: 11.12.2023
6+
7+
# Table of Contents
8+
9+
1. [Team Publications](#team-publications)
10+
2. [Useful Links](#useful-links)
11+
12+
## Team Publications
13+
14+
- [Seamlessly migrate an on-premise PostgreSQL database to OCI Database with PostgreSQL using OCI GoldenGate](https://blogs.oracle.com/dataintegration/post/seamlessly-migrate-an-onpremise-postgresql-database-to-oci-database-with-postgresql-online-with-oci-goldengate)
15+
- Oracle Blogs article explaining how to use OCI GoldenGate to perform an online migration of an on-premises PostgreSQL Database to OCI Database with PostgreSQL
16+
17+
## Useful Links
18+
19+
- [Oracle Documentation: Importing, Exporting, and Migrating Databases](https://docs.oracle.com/en-us/iaas/Content/postgresql/import-export-migrate.htm)
20+
- Oracle Documentation explaining how to use the pg_dump utility to migrate data from a PostgreSQL database into an OCI Database with PostgreSQL
21+
22+
# License
23+
24+
Copyright (c) 2023 Oracle and/or its affiliates.
25+
26+
Licensed under the Universal Permissive License (UPL), Version 1.0.
27+
28+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/modernise/oci-database-migration/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OCI Database Migration - DMS
22

3-
Oracle Cloud Infrastructure Database Migration (DMS) is a fully managed cloud service for migrating Oracle databases to Autonomous Database Shared/Dedicated or OCI co-managed database services like Exadata or Base Database. DMS is powered by the Zero Downtime Migration engine and provides a complete self-service experience for logical offline or online migration using Oracle GoldenGate for minimal downtime. As a source DMS supports on-premise databases running on Linux, AIX or Solaris as well as Amazon RDS and co-managed databases in OCI.
3+
Oracle Cloud Infrastructure Database Migration (DMS) is a fully managed cloud service for migrating Oracle databases to Autonomous Database Shared/Dedicated or OCI co-managed database services like Exadata or Base Database. DMS is powered by the Zero Downtime Migration engine and provides a complete self-service experience for logical offline or online migration using Oracle GoldenGate for minimal downtime. As a source, DMS supports on-premises databases running on Linux, AIX, or Solaris as well as Amazon RDS and co-managed databases in OCI.
44

55
Reviewed: 03.11.2023
66

@@ -12,9 +12,11 @@ Reviewed: 03.11.2023
1212
## Team Publications
1313

1414
- [Oracle Learning - Red Hot Webinar - OCI Database Migration on YouTube](https://www.youtube.com/watch?v=oLpah0TlmFE)
15-
- Red Hot Webinar delivered by Marcus Doeringer capturing an in-depth description of OCI Database Migration - features, functionality, use-cases and technical demonstration
15+
- Red Hot Webinar delivered by Marcus Doeringer capturing an in-depth description of OCI Database Migration - features, functionality, use-cases, and technical demonstration
1616
- [Setup your Oracle Database Migration to OCI in the blink of an eye - Cloud Coaching Webinar](https://www.youtube.com/watch?v=jEJ30lona7g)
1717
- Cloud Coaching Webinar, including a technical demonstration, delivered by Amalraj Puthenchira around the use of OCI Database Migration for simplified and effective Database Migrations into OCI
18+
- [Online Database Migration Services (DMS) made simpler, faster](https://www.youtube.com/watch?v=iVCZYU5ddBA)
19+
- YouTube video explaining how OCI Database Migration is integrated with OCI GoldenGate for replication during online migrations. More information about this feature of OCI Database Migration is also available [here](https://blogs.oracle.com/dataintegration/post/oci-database-migration-announces-oci-goldengate-integration).
1820

1921
## Useful Links
2022

@@ -26,7 +28,7 @@ Reviewed: 03.11.2023
2628
- Short video that shows the integration of the Cloud Premigration Advisor Tool (CPAT) in DMS
2729
- [Step-by-Step guide and tutorial](https://www-sites.oracle.com/a/ocom/docs/oci-database-migration-service-end-to-end-online-migration-tutorial.pdf)
2830
- [Step-by-step guide and tutorial - Agent Based](https://www.oracle.com/a/ocom/docs/oci-database-migration-agent-tutorial.pdf)
29-
- Aimed for scenarios where the source db is behind a firewall or there is no direct db connection to OCI
31+
- Aimed for scenarios where the source DB is behind a firewall or there is no direct db connection to OCI
3032
- [OCI Database Migration Product page on oracle.com](https://www.oracle.com/cloud/database-migration)
3133
- [OCI Database Migration GoldenGate Integration](https://blogs.oracle.com/dataintegration/post/oci-database-migration-announces-oci-goldengate-integration)
3234
- Blog article that shows the GoldenGate integration in DMS

0 commit comments

Comments
 (0)