@@ -19,7 +19,7 @@ Write data through jdbc. Support Batch mode and Streaming mode, support concurre
1919
2020## Supported DataSource Info
2121
22- | Datasource | Supported versions | Driver | Url | Maven |
22+ | Datasource | Supported versions | Driver | Url | Maven |
2323| ------------| --------------------------------| ---------------------------| --------------------------------------| -------------------------------------------------------------------------------|
2424| OceanBase | All OceanBase server versions. | com.oceanbase.jdbc.Driver | jdbc:oceanbase://localhost:2883/test | [ Download] ( https://mvnrepository.com/artifact/com.oceanbase/oceanbase-client ) |
2525
@@ -52,7 +52,7 @@ Write data through jdbc. Support Batch mode and Streaming mode, support concurre
5252
5353### Oracle Mode
5454
55- | Oracle Data type | Seatunnel Data type |
55+ | Oracle Data type | Seatunnel Data type |
5656| -----------------------------------------------------------| ---------------------|
5757| Number(p), p <= 9 | INT |
5858| Number(p), p <= 18 | BIGINT |
@@ -67,7 +67,7 @@ Write data through jdbc. Support Batch mode and Streaming mode, support concurre
6767
6868## Sink Options
6969
70- | Name | Type | Required | Default | Description |
70+ | Name | Type | Required | Default | Description |
7171| -------------------------------------------| ---------| ----------| ---------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7272| url | String | Yes | - | The URL of the JDBC connection. Refer to a case: jdbc:oceanbase://localhost:2883/test |
7373| driver | String | Yes | - | The jdbc class name used to connect to the remote data source, should be ` com.oceanbase.jdbc.Driver ` . |
0 commit comments