当前位置: 首页 > article >正文

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.

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


http://www.kler.cn/a/508186.html

相关文章:

  • 论文笔记-arXiv2025-A survey about Cold Start Recommendation
  • SQL-杂记1
  • Android渲染Latex公式的开源框架比较
  • 计算机网络 (43)万维网WWW
  • 联通用户管理系统(一)
  • Golang Gin系列-2:搭建Gin 框架环境
  • Git 仓库 大文件管理
  • Kafka客户端-“远程主机强迫关闭了一个现有的连接”故障排查及解决
  • 闪豆多平台视频批量下载器
  • Git:标签管理
  • 【JAVA 基础 第(19)课】Hashtable 类用法和注意细节,是Map接口的实现类
  • 青少年编程与数学 02-007 PostgreSQL数据库应用 02课题、PostgreSQL数据库安装
  • “扣子”开发之四:与千帆AppBuilder比较
  • 冒泡排序 选择排序 插入排序
  • Scrapy中间件的使用
  • OpenCSG助力国产大模型|YuLan-Mini:数据高效的AI模型突破
  • Spring Boot框架总结(超级详细)
  • 程序设计:排版、检验报告的上下标解决几种办法
  • 与 Spring Boot 的无缝集成:ShardingSphere 快速集成实践
  • Elasticsearch(ES)与 MySQL 的对比分析及在 Spring Boot 中的使用
  • 前缀和 (一维 二维)
  • 彻底讲清楚 单体架构、集群架构、分布式架构及扩展架构
  • C++ 的 CTAD 与推断指示(Deduction Guides)
  • 《Opencv》图像金字塔与采样
  • 【开源免费】基于SpringBoot+Vue.JS欢迪迈手机商城(JAVA毕业设计)
  • Elasticsearch:Jira 连接器教程第二部分 - 6 个优化技巧