简体   繁体   中英

Error in AWS DMS Endpoint using Oracle database as a source

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM