Hisoka-X commented on code in PR #7285:
URL: https://github.com/apache/seatunnel/pull/7285#discussion_r1703631706


##########
docs/en/connector-v2/source/Oracle-CDC.md:
##########
@@ -91,6 +91,8 @@ GRANT SELECT ON V_$ARCHIVED_LOG TO logminer_user;
 GRANT SELECT ON V_$ARCHIVE_DEST_STATUS TO logminer_user;
 GRANT EXECUTE ON DBMS_LOGMNR TO logminer_user;
 GRANT EXECUTE ON DBMS_LOGMNR_D TO logminer_user;
+GRANT SELECT ANY TRANSACTION TO logminer_user;
+GRANT SELECT ON V_$TRANSACTION TO logminer_user;

Review Comment:
   PTAL. @hailin0 @Carl-Zhou-CN 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to