luzongzhu commented on issue #7352:
URL: https://github.com/apache/seatunnel/issues/7352#issuecomment-2277391653

   Oracle-CDC version 2.3.6 has updated the dbz version, and you need to add 
the following permissions to logminer_user before it can be used.
   ```
   GRANT RESOURCE TO logminer_user;
   GRANT SELECT ON V_$MYSTAT TO logminer_user;
   GRANT SELECT ON V_$STATNAME TO logminer_user;
   ```


-- 
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