将 oracle 表复制到 DB2
我想访问 DB2 中的 Oracle 表(类似于从 DB2 到 Oracle 的 DBlink)。如有任何帮助,我们将不胜感激。
I want to access oracle tables in DB2(something like DBlink from DB2 to oracle).Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 db2 联合。 此处有一个链接。
You can use db2 federation. One link is here.
Oracle 有一个称为异构服务的功能,它允许我们在 Oracle 数据库和非 Oracle 数据库(包括 DB2)之间建立链接。 了解更多信息。
Oracle has a feature called Heterogeneous Services which allows us to build links between Oracle databases and non-Oracle databases, including DB2. Find out more.