oracle goldengate from mongodb to oracle的实时同步

oracle goldengate from mongodb to oracle的实时同步

近期因公司项目需要,需要将mongodb数据同步到oracle数据库,由于第一次接触到mongodb数据库同步到Oracle的项目,故没有主动获取数据,而且让对方工程师把mongodb数据同步到我方的mongodb数据库,为此新建了一个mongodb数据库。我方工程师把mongodb数据库同步到doris数据仓库。

考虑到oracle goldengate功能的强大,为此考虑使用ogg实现 mongodb 到oracle的实时同步。

经过一番查询,从mos找到文档与大伙分享:

Goldengate support for Mongo DB (Doc ID 2133316.1)

pplies to:

Oracle GoldenGate Big Data and Application Adapters - Version 10.4.0.50 to 12.1.2.1.6 Release 10.4.0 to 12.1

Information in this document applies to any platform.

Goal

Does Oracle Golden gate supports real time data replication from Mongo DB to Oracle DB?

Solution

Realtime capture from Mongo DB is currently suported via Goldengate.

Supported Operations

INSERT

UPDATE

DELETE

Unsupported Operations

The following MongoDB source DDL operations are not supported:

CREATE collection

RENAME collection

DROP collection

On detecting these unsupported operations, extract can be configured to either ABEND or skip these operations and continue processing the next operation

Oracle GoldenGate for Big Data 21.5.0.0.0

Reference : https://docs.oracle.com/en/middleware/goldengate/big-data/21.1/gadbd/using-oracle-goldengate-capture-mongodb.html#GUID-DA514915-15D0-4E5F-AAFD-149227044516

For delivery to MondoDB, Oracle GoldenGate can now integrate with Mongo DB using the GoldenGate Adapter v12.3 for MongoDB. GoldenGate Adapter for MongoDB can run on the latest Java based Replicat available with Oracle GoldenGate for Big Data 12.3. It uses high performance native Java driver to MongoDB. It can handle automatic DDL replication and supports inserts, updates and deletes from MongoDB.

后续将继续进行测试环境的验证,保持持续关注中。

相关推荐
Poo_Chai7 分钟前
QT emit信号后完整处理流程,包括槽函数响应流程
java·开发语言·数据库
这个DBA有点耶1 小时前
从DBA到数据架构师(五):数据架构演进中的技术债务管理
数据库·程序人生·云原生·架构·dba·数据库管理员
Bruce_Liuxiaowei2 小时前
基于微步在线威胁情报的公网 IP 攻击迹象监测:threatbook_query 脚本全解析与 BruceSec 平台整合实践
数据库·tcp/ip·安全·网络安全·智能体
码农颜2 小时前
5.6.2 ⾏级锁死锁
数据库·sql·oracle
ChaHae-In2 小时前
MyBatis动态SQL与MyBatis-Plus高效开发指南
数据库·oracle·mybatis
冰暮流星2 小时前
mysql之分组查询
数据库·mysql
倒流时光三十年3 小时前
PostgreSQL Semi-Join(半连接)通俗讲解
数据库·postgresql
NiceCloud喜云4 小时前
腾讯云国际版云数据库选型:MySQL、Redis 怎么按业务架构来判断
数据库·mysql·腾讯云
ew452184 小时前
MySQL JOIN 关联语法、差异、标准用法、经典坑点汇总
数据库·mysql
Rain的Java大神之路4 小时前
线上接口负载满了如何解决
java·数据库·redis·后端·缓存·面试·架构