He Wang created FLINK-34572: ------------------------------- Summary: JDBC: Support OceanBase catalog Key: FLINK-34572 URL: https://issues.apache.org/jira/browse/FLINK-34572 Project: Flink Issue Type: New Feature Components: Connectors / JDBC Reporter: He Wang
As the OceanBase dialect has been introduced, we can support the OceanBase catalog in jdbc connector now. - The catalog of OceanBase MySQL mode should be same with MySQL catalog except 'builtinDatabases'. - In OceanBase Oracle mode, there is no 'database' but 'schema', which is corresponded to the user name. As there is no Oracle catalog for now, I'm not sure how should we use 'database' and 'schema' in the catalog. Personally, I prefer to use 'schema' as 'database'. -- This message was sent by Atlassian Jira (v8.20.10#820010)