docs/docs/en/guide/datasource/oceanbase.md
| Datasource | Description |
|---|---|
| Datasource | Select OCEANBASE. |
| Datasource name | Enter the name of the DataSource. |
| Description | Enter a description of the DataSource. |
| IP/Host name | Enter the OceanBase service IP. |
| Port | Enter the OceanBase service port. |
| Username | Set the username for OceanBase connection. |
| Password | Set the password for OceanBase connection. |
| Database name | Enter the database name of the OceanBase connection. |
| Compatible mode | Set the compatible mode of the OceanBase connection. |
| Jdbc connection parameters | Parameter settings for OceanBase connection, in JSON format. |
No, you need to import the OceanBase jdbc driver oceanbase-client first, read section example in pseudo-cluster Download Plugins Dependencies section to activate this datasource.
The compatible mode of the datasource can be 'mysql' or 'oracle', if you only use OceanBase with 'mysql' mode, you can also treat OceanBase as MySQL and manage the datasource referring to mysql datasource