Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-6045][Sort] Support all migrate for Oracle connector #6175

Merged
merged 33 commits into from
Oct 26, 2022

Conversation

e-mhui
Copy link
Contributor

@e-mhui e-mhui commented Oct 13, 2022

Sort support all migrate for Oracle connector

Motivation

The thing is sometime user want to export all data from database with diffrent schema to kafka with canal json
This is something flinkcdc cannot do since we all need to specify the source shema when writing sql

Modifications

refer: #4010

Documentation

  • Does this pull request introduce a new feature? (yes)

Verifying this change

run AllMigrateOracleTest

How to config option

Option Required Default Type Description
source.multiple.enable optional false String Specify 'source.multiple.enable' = 'true' to enable the all database migration function
schema-name required (none) String Schema name of the Oracle database to monitor. If you want to capture multiple schemas, you can use commas to separate them. For example: 'schema-name' = 'SCHEMA1,SCHEMA2'
table-name required (none) String Table name of the Oracle database to monitor. If you want to capture multiple tables, you can use commas to separate them. For example: 'table-name' = 'SCHEMA1.TB.*, SCHEMA2.TB1'

@healchow healchow changed the title [INLONG-6045][Sort] Sort support all migrate for Oracle connector [INLONG-6045][Sort] Support all migrate for Oracle connector Oct 18, 2022
Copy link
Contributor

@yunqingmoswu yunqingmoswu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dockerzhang dockerzhang merged commit 29dfc6a into apache:master Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Sort] Support all migrate for Oracle connector
7 participants