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
Copy file name to clipboardExpand all lines: docs/content/docs/connectors/flink-sources/oceanbase-cdc.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ Glossary:
36
36
-*OceanBase EE*: OceanBase Enterprise Edition. It supports two compatibility modes: MySQL and Oracle. See https://en.oceanbase.com.
37
37
-*OceanBase Cloud*: OceanBase Enterprise Edition on Cloud. See https://en.oceanbase.com/product/cloud.
38
38
-*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.
42
42
43
43
CDC Source Solutions for OceanBase:
44
44
@@ -67,7 +67,7 @@ CDC Source Solutions for OceanBase:
67
67
<td>Binlog Service CE</td>
68
68
</tr>
69
69
<tr>
70
-
<td rowspan="2">OceanBase EE (MySQL Mode)</td>
70
+
<td rowspan="2">OceanBase EE (MySQL Compatible Mode)</td>
71
71
<td>
72
72
MySQL Driver: 8.0.x <br>
73
73
</td>
@@ -80,7 +80,7 @@ CDC Source Solutions for OceanBase:
80
80
<td>Binlog Service EE</td>
81
81
</tr>
82
82
<tr>
83
-
<td>OceanBase EE (Oracle Mode)</td>
83
+
<td>OceanBase EE (Oracle Compatible Mode)</td>
84
84
<td></td>
85
85
<td>The incremental data subscription service for OceanBase Oracle Compatibility Mode is not currently supported. Please contact Enterprise Support for assistance.</td>
86
86
<td></td>
@@ -725,7 +725,7 @@ Data Type Mapping
725
725
where 38 < p <= 65<br>
726
726
</td>
727
727
<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.
729
729
So if you define a decimal column whose precision is greater than 38, you should map it to STRING to avoid precision loss.</td>
0 commit comments