Oracle RAC,我需要 XA 驱动程序吗?

发布于 2024-10-17 16:29:13 字数 95 浏览 4 评论 0原文

我有 Oracle 11g,配置为使用真正应用集群 (RAC) 和存储。

我认为 XA 适用于 2PC 事务,适用于多个数据源/管理器。

谢谢。

I have Oracle 11g, configured to use Real Application Cluster (RAC) and storage.

I thought XA is for 2PC transactions , for multiple data sources/managers.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ヤ经典坏疍 2024-10-24 16:29:13

理论上,您不必为 Oracle RAC 使用任何不同的驱动程序,因为它应该在幕后解决集群和扩展问题。

当您有多个不同的数据源应在一个事务下使用时,您需要 XA 事务。

在 Oracle RAC 中使用非 XA 驱动程序时您是否遇到任何问题?

In theory you wouldn't have to use any different driver for Oracle RAC, because it should resolve clustering and scaling behind the scenes.

You need XA transactions when you have several different data sources which should be used under one transaction.

Do you experience any issues when using non-XA driver with Oracle RAC?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文