UPDATE LOG_MINING_FLUSH SET LAST_SCN fail #2492
Unanswered
believerHan
asked this question in
Q&A
Replies: 1 comment
-
Is it solved? 19C has the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In an Oracle 12c database, there exists a table named LOG_MINING_FLUSH. I can execute the UPDATE statement UPDATE LOG_MINING_FLUSH SET LAST_SCN = 13780583354171 using the DBeaver tool while connected with the same user in Oracle. However, when using Flink CDC Oracle 2.4.1 with Flink SQL, I get an error message 'ORA-00942: table or view does not exist
Beta Was this translation helpful? Give feedback.
All reactions