Skip to content

Commit 96f4934

Browse files
committed
doc:Update doc.
1 parent 3c70d26 commit 96f4934

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/content/docs/connectors/flink-sources/oceanbase-cdc.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Glossary:
3636
- *OceanBase EE*: OceanBase Enterprise Edition. It supports two compatibility modes: MySQL and Oracle. See https://en.oceanbase.com.
3737
- *OceanBase Cloud*: OceanBase Enterprise Edition on Cloud. See https://en.oceanbase.com/product/cloud.
3838
- *Binlog Service CE*: OceanBase Binlog Service Community Edition. It is a solution of OceanBase CE that is compatible with the MySQL replication protocol. See the docs of [OceanBase Binlog Service](https://en.oceanbase.com/docs/common-ocp-10000000002168919) for details.
39-
- *Binlog Service EE*: OceanBase Binlog Service Enterprise Edition. It is a solution of OceanBase EE MySQL mode that is compatible with the MySQL replication protocol, and it's only available for users of Alibaba Cloud, see [User Guide](https://www.alibabacloud.com/help/en/apsaradb-for-oceanbase/latest/binlog-overview).
40-
- *MySQL Driver*: `mysql-connector-java` which can be used with OceanBase CE and OceanBase EE MySQL mode.
41-
- *OceanBase Driver*: The Jdbc driver for OceanBase, which supports both MySQL mode and Oracle mode of all OceanBase versions. It's open sourced at https://github.com/oceanbase/obconnector-j.
39+
- *Binlog Service EE*: OceanBase Binlog Service Enterprise Edition. It is a solution of OceanBase EE MySQL compatible mode that is compatible with the MySQL replication protocol, and it's only available for users of Alibaba Cloud, see [User Guide](https://www.alibabacloud.com/help/en/apsaradb-for-oceanbase/latest/binlog-overview).
40+
- *MySQL Driver*: `mysql-connector-java` which can be used with OceanBase CE and OceanBase EE MySQL compatible mode.
41+
- *OceanBase Driver*: The JDBC driver for OceanBase, which supports both MySQL compatible mode and Oracle compatible mode of all OceanBase versions. It's open sourced at https://github.com/oceanbase/obconnector-j.
4242

4343
CDC Source Solutions for OceanBase:
4444

@@ -67,7 +67,7 @@ CDC Source Solutions for OceanBase:
6767
<td>Binlog Service CE</td>
6868
</tr>
6969
<tr>
70-
<td rowspan="2">OceanBase EE (MySQL Mode)</td>
70+
<td rowspan="2">OceanBase EE (MySQL Compatible Mode)</td>
7171
<td>
7272
MySQL Driver: 8.0.x <br>
7373
</td>
@@ -80,7 +80,7 @@ CDC Source Solutions for OceanBase:
8080
<td>Binlog Service EE</td>
8181
</tr>
8282
<tr>
83-
<td>OceanBase EE (Oracle Mode)</td>
83+
<td>OceanBase EE (Oracle Compatible Mode)</td>
8484
<td></td>
8585
<td>The incremental data subscription service for OceanBase Oracle Compatibility Mode is not currently supported. Please contact Enterprise Support for assistance.</td>
8686
<td></td>
@@ -725,7 +725,7 @@ Data Type Mapping
725725
where 38 < p <= 65<br>
726726
</td>
727727
<td>STRING</td>
728-
<td>The precision for DECIMAL data type is up to 65 in OceanBase, but the precision for DECIMAL is limited to 38 in Flink.
728+
<td>The precision for DECIMAL data type is up to 65 in OceanBase compatible mode, but the precision for DECIMAL is limited to 38 in Flink.
729729
So if you define a decimal column whose precision is greater than 38, you should map it to STRING to avoid precision loss.</td>
730730
</tr>
731731
<tr>

0 commit comments

Comments
 (0)