使用 Oracle 数据库作为源的 AWS DMS 终端节点出现错误

发布于 2025-01-16 09:47:25 字数 405 浏览 4 评论 0原文

我尝试配置 AWS DMS 终端节点,但是当我尝试进行连接测试时,它显示以下错误:

测试端点失败:应用程序状态:1020912,应用程序消息:Oracle PDB 环境中不支持 Log Miner 端点初始化失败。

我已按照文档提供了 Oracle DB 所需的所有授权:

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html

但错误仍然存​​在。解决办法是什么?

I have tried to configure an AWS DMS Endpoint, but when I try to do the connection test it shows me the following error:

Test Endpoint failed: Application-Status: 1020912, Application-Message: Log Miner is not supported in Oracle PDB environment Endpoint initialization failed.

I have given all the grants that are required in Oracle DB following the documentation:

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html

But the error still persists. What could be the solution?

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

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

发布评论

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

评论(1

不可一世的女人 2025-01-23 09:47:25

将此行添加到额外的连接属性(在端点设置下),

useLogMinerReader=N;useBfile=Y;

确保在此链接上向您的容器用户授予必要的权限https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Self-Managed.BinaryReaderPrivileges

Add this line to extra connection attributes (under endpoint settings)

useLogMinerReader=N;useBfile=Y;

make sure to grant necessary permission to your container user on this link https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Self-Managed.BinaryReaderPrivileges

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