Closed luzongzhu closed 2 months ago
cc @dailai
Logminer_user configured according to SeaTunnel Oracle CDC documentation
Insufficient permissions, please try authorization: grant resource to user
Insufficient permissions, please try authorization: grant resource to user @dailai logminer_user configured according to SeaTunnel Oracle CDC documentation,The document does not mention the need to grant resources to users
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;
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;
Thank you for your suggestion. We are discussing whether we can remove the creation of temporary tables in logminer.
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
Search before asking
What happened
CREATE TABLE LOG_MINING_FLUSH(LAST_SCN NUMBER(19,0)), OriginalSql = CREATE TABLE LOG_MINING_FLUSH(LAST_SCN NUMBER(19,0)), Error Msg = ORA-01031: insufficient privileges
SeaTunnel Version
2.3.6
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
Zeta
Java or Scala Version
1.8
Screenshots
No response
Are you willing to submit PR?
Code of Conduct