Focus On Oracle

Installing, Backup & Recovery, Performance Tuning,
Troubleshooting, Upgrading, Patching

Oracle Engineered System


当前位置: 首页 » 技术文章 » Cloud

OGG from MySQL to Oracle

Amazon Relational Database Service(Amazon RDS)是一个托管式服务的集合,可以简化在云中设置、运营和扩展数据库的过程。从以下七种热门引擎中选择 – 兼容MySQL的Amazon Aurora、兼容PostgreSQL的Amazon Aurora、MySQL、MariaDB、PostgreSQL、Oracle以及SQL Server – 并在本地使用Amazon RDS on AWS Outposts部署。


Amazon Aurora是aws的关系型数据库,是一个专为云打造的关系数据库管理系统 (RDBMS),与MySQL和PostgreSQL 兼容的关系数据库,专为云而打造。

Oracle Autonomous Database 提供全自动化数据库服务,助力所有组织轻松开发和部署应用工作负载 — 无论是何等复杂性、规模或关键性。在自治数据库中,组织可利用支持多种数据类型的融合引擎,简化从建模、编码到 ETL、数据库优化和数据分析的应用开发和部署工作;可借助机器学习驱动的自动调优、扩展和修补功能,实现卓越的 OLTP、分析、批处理和物联网 (IoT) 工作负载性能、可用性和安全性。Oracle 自治数据库基于 Oracle 数据库和 Oracle Exadata 构建,支持企业在 Oracle 云基础设施 (OCI) 上进行共享部署或专用部署,或使用 Exadata 专有云数据库一体机和 Oracle 专有云本地化解决方案进行本地部署。


AWS的Aurora和Oracle的adw,都是无法直接访问操作系统的。可以通过Goldengate remote capture和remote delivery的方式实异构数据的同步。



复制架构图

我们可以在docker环境中,快速的部署,快速的模拟从MySQL到Oracle的数据复制。点击浏览文档目录,如果需要原文档,请加微信,用你的作品(内容不限)来交换,我们互相学习

在Mac上安装docker的基本要求

•    macOS must be version 10.15 or newer. That is, Catalina, Big Sur, or Monterey. We recommend upgrading to the latest version of macOS.
If you experience any issues after upgrading your macOS to version 10.15, you must install the latest version of Docker Desktop to be compatible with this version of macOS.
•    At least 4 GB of RAM.
•    VirtualBox prior to version 4.3.30 must not be installed as it is not compatible with Docker Desktop.

环境信息


Reference

https://aws.amazon.com/cn/rds
https://aws.amazon.com/cn/rds/aurora/
https://github.com/oracle/docker-images
https://www.oracle.com/middleware/technologies/goldengate-downloads.html

https://www.oracle.com/database/technologies/oracle-database-software-downloads.html


关键词:aws aurora 19c adw ogg mysql oracle 

相关文章

OGG4Bigdata通过JDBC方式将数据写入greenplum
OGG4Bigdata消费kafka数据到数据库
基于PDB的Active Data Guard(Oracle 21.7+)
在Oracle数据库中使用REST
OGG from MySQL to Oracle
MySQL数据库高可用实践
Oracle数据库容灾之两地三中心实践
低代码开发用Oracle Apex,看这篇就够了
Oracle Database 20c之SQL宏
Oracle Database 19c with UCP(Universal Connection Pool)
Java beginner for Oracle DBA
19c中新增dbms_xplan.compare_plans
Top