您的项目中使用了哪些数据库复制方法?如果您正在使用 CDC,它有何用处以及面临哪些挑战?
这是大多数产品级别的 DBA/信息专家面临的问题。我需要针对尽可能多的不同数据库的解决方案。因此,请提供所使用的复制方法的详细信息。例如:
- 数据库:Oracle 11i
- 复制方法:Oracle ODI-EE with GoldenGate
- 优点:可以与任何数据库集成等
- 缺点:无法与某某数据库集成,其他一些通用问题
有些可能一直在使用基于触发器或自定义基于 PL-SQL 的解决方案。请具体说明您在该场景中遇到的问题。
我不仅在寻找 CDC 解决方案,所以请不要限制任何基于 CDC 的解决方案。
我尝试搜索解决方案,但无法得到任何统一的答案,所以如果这是一个现有问题,请分享链接并随时关闭此链接。
This is a question for most of the DBA's / Information experts at product level. I need the solution for as many different databases as possible. So please provide the details of the replication methods used. For e.g:
- Database: Oracle 11i
- Replication method: Oracle ODI-EE with GoldenGate
- Pros: Can be integrated with any databases, etc
- Cons: Cannot be integrated with so and so databases, some other generic problems
Some may have been using Trigger based or Custom PL-SQL based solutions. Please specify the problems you are facing in that scenario.
I am not only looking for CDC solutions, so please don't restrict to any CDC based solutions.
I tried searching for the solution and could not get any consolidated answer, so if this is an existing question, please share the link and feel free to close this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们最终采用了基于触发器的 CDC 解决方案,封装在自己的产品 MOVEX CDC 中。
https://gitlab.com/otto-group-solution-provider/movex-为什么
?
特别是:
We ended up in a trigger-based CDC solution, encapsulated in an own product MOVEX CDC.
https://gitlab.com/otto-group-solution-provider/movex-cdc
Why?
Especially to: