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.

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

相关推荐
Mike117.1 分钟前
GBase 8a UNION 和 UNION ALL 的使用边界
大数据·数据库
u01074754614 分钟前
mysql如何实现高可用集群架构_基于MHA环境搭建与部署
jvm·数据库·python
一 乐20 分钟前
工会管理|基于springboot + vue工会管理系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·论文·毕设·工会管理系统
qq_3806191622 分钟前
如何在phpMyAdmin中处理特殊字符账号名的授权_反引号的正确包裹
jvm·数据库·python
2201_7568473325 分钟前
HTML函数在老旧浏览器运行慢是硬件问题吗_软硬协同分析【教程】
jvm·数据库·python
志栋智能28 分钟前
当巡检遇上超自动化:一场运维质量的系统性升级
运维·服务器·网络·数据库·人工智能·机器学习·自动化
Micro麦可乐29 分钟前
Redis只会用来做缓存?解锁Redis非缓存的九个应用场景,90%程序员不知道的隐藏技能
数据库·redis·缓存·消息队列·分布式锁·延迟队列·布隆过滤器
21号 133 分钟前
10.Redis 缓存
数据库·redis·缓存
雨墨✘41 分钟前
CSS如何提高团队协作效率_推广BEM规范减少样式沟通成本
jvm·数据库·python
hef2881 小时前
如何实现SQL字段值的计算输出:算术运算符与别名结合
jvm·数据库·python