Version information
Release date: April 06, 2023
Version: V2.4.3
Overview
OceanBase Connector/J V2.4.3 supports the Show Trace feature based on the end-to-end tracing feature and supports the parsing of LOB Locator v2. We recommend that you use this version for general business.
Feature enhancements
- The Show Trace feature based on the end-to-end tracing feature is provided. You can run the Show Trace command to obtain the end-to-end trace of the last task in the session. For more information, see Show Trace.
- Parsing of LOB Locator v2 is supported in Oracle mode to adapt to the LOB optimization of the database kernel.
- The following three XA transaction-related flags are supported:
ORATMSERIALIZABLE,ORATRANSLOOSE, andORATMREADONLY, to enhance the compatibility with Oracle. For more information, see XA components.
Bug fixes
- Fixed the issue where the
setCharacterStream()andsetClob()methods cannot distinguish between empty strings and empty LOBs in Oracle mode. As a result, the query results are inconsistent with those in native Oracle. - Fixed the issue where data inconsistency occurs due to network issues if the JDBC LoadBalance feature is enabled.
- Fixed the issue where the
OBLB_STRATEGYparameter is not specified for a load balancing group but the globalOBLB_STRATEGYsetting does not take effect for the group either, when the JDBC LoadBalance feature is enabled.