You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the lowercase database name( 'database-name' = 'orcl') is set in FlinkSQL, Oracle will upload two different metrics because during the snapshot , Oracle uses the db name from FlinkSQL, but during the stream, it uses the db name from the database. Therefore, two dbname metrics are generated on one table.
What happened
If the lowercase database name(
'database-name' = 'orcl'
) is set in FlinkSQL, Oracle will upload two different metrics because during the snapshot , Oracle uses the db name from FlinkSQL, but during the stream, it uses the db name from the database. Therefore, two dbname metrics are generated on one table.What you expected to happen
Oracle CDC reports the same db metric for the same table.
How to reproduce
Set the lowercase database name(
'database-name' = 'orcl'
) in FlinkSQL, such as:Environment
No response
InLong version
master
InLong Component
InLong Sort
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: