Java Database Connectivity (JDBC) is an API that enables Java programs to send SQL statements to an object-relational database (ORD), for example, an Oracle database or a MySQL database. JDBC exposes SQL data types to Java programs to ensure fast access to SQL data.
The MySQL tenants in OceanBase Database are compatible with the MySQL connection protocol. You can use the standard MySQL JDBC to connect to a MySQL tenant in OceanBase Database. By default, JDBC does not support the Oracle tenant connection protocol.