OceanBase logo

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Resources

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS

OceanBase Cloud

OceanBase Database

Tools

Connectors and Middleware

QUICK START

OceanBase Cloud

OceanBase Database

BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Company

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

International - English
中国站 - 简体中文
日本 - 日本語
Sign In
Start on Cloud

A unified distributed database ready for your transactional, analytical, and AI workloads.

DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS
OceanBase CloudOceanBase Database
ToolsConnectors and Middleware
QUICK START
OceanBase CloudOceanBase Database
BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

Start on Cloud
编组
All Products
    • Databases
    • iconOceanBase Database
    • iconOceanBase Cloud
    • iconOceanBase Tugraph
    • iconInteractive Tutorials
    • iconOceanBase Best Practices
    • Tools
    • iconOceanBase Cloud Platform
    • iconOceanBase Migration Service
    • iconOceanBase Developer Center
    • iconOceanBase Migration Assessment
    • iconOceanBase Admin Tool
    • iconOceanBase Loader and Dumper
    • iconOceanBase Deployer
    • iconKubernetes operator for OceanBase
    • iconOceanBase Diagnostic Tool
    • iconOceanBase Binlog Service
    • Connectors and Middleware
    • iconOceanBase Database Proxy
    • iconEmbedded SQL in C for OceanBase
    • iconOceanBase Call Interface
    • iconOceanBase Connector/C
    • iconOceanBase Connector/J
    • iconOceanBase Connector/ODBC
    • iconOceanBase Connector/NET
icon

OceanBase Connector/J

V2.4.17

  • What is OceanBase Connector J?
    • Overview of OceanBase Connector/J
    • Compatibility requirements
  • Install Driver
    • Install and load OceanBase Connector/J
  • Instructions
    • Quick start
      • Import packages
      • Establish a database connection
      • Create a Statement object
      • Run queries and retrieve ResultSet objects
      • Process ResultSet objects
      • Close ResultSet and Statement objects
      • Manage tables and data
      • Commit changes
      • Close a database connection
      • Examples
    • Data sources and URL
      • Data source overview
      • Database URL
      • clientInfoProvider
    • Java data streams
      • Overview of Java data streams
      • LONG and LONG RAW data types
      • Use LOBs
        • Overview of LOB data types
        • LOB data interface
        • LOB locator interface
      • CHAR, VARCHAR, and RAW data types
    • Statement caching
      • Overview of statement caching
      • Use statement caching
      • Reuse statement objects
    • Call a stored procedure
    • Handle SQL exceptions
    • Result set
      • Overview of result sets
      • Limitations
      • FetchSize
      • refreshRow
      • useCursorFetch
    • Batch processing
    • Failover and Load-Balancing
      • Failover and load balancing modes
      • LoadBalance strategies
      • Load balancing strategy configuration methods
    • Rich client
    • Logging
    • Network overheads
    • Show Trace
    • Security features
    • Troubleshooting
  • Reference
    • Features specific to the Oracle mode
      • Binary Protocol (Prepared Statements)
        • COM_STMT_PREPARE_EXECUTE
        • COM_STMT_SEND_PIECE_DATA
      • Call PL stored procedures
      • Scrollability of a result set
      • Use ARRAY and STRUCT classes
      • Distributed transactions
        • Overview
        • XA components
        • Distributed transaction examples
      • Obtain remarks
      • Data types supported in Oracle mode
      • Error messages in Oracle mode
    • Supported SQL and PL data types
    • Common APIs
      • Overview
      • java.sql.Connection
      • java.sql.CallableStatement
      • java.sql.DatabaseMetaData
      • java.sql.Driver
      • java.sql.PreparedStatement
      • java.sql.ParameterMetaData
      • java.sql.ResultSet
      • java.sql.ResultSetMetaData
      • java.sql.Statement
      • javax.sql.ConnectionPoolDataSource
      • javax.naming.Context
      • javax.sql.PooledConnection
      • com.oceanbase.jdbc.ObPrepareStatement
  • Release Notes
    • V2.4
      • OceanBase Connector/J V2.4.17
      • OceanBase Connector/J V2.4.16
      • OceanBase Connector/J V2.4.15
      • OceanBase Connector/J V2.4.14
      • OceanBase Connector/J V2.4.13
      • OceanBase Connector/J V2.4.12
      • OceanBase Connector/J V2.4.11
      • OceanBase Connector/J V2.4.8
      • OceanBase Connector/J V2.4.5
      • OceanBase Connector/J V2.4.4
      • OceanBase Connector/J V2.4.3
      • OceanBase Connector/J V2.4.2
      • OceanBase Connector/J V2.4.1
      • OceanBase Connector/J V2.4.0
    • V2.2
      • OceanBase Connector/J V2.2.11
      • OceanBase Connector/J V2.2.10
      • OceanBase Connector/J V2.2.7
      • OceanBase Connector/J V2.2.6
      • OceanBase Connector/J V2.2.3
      • OceanBase Connector/J V2.2.0

Download PDF

Overview of OceanBase Connector/J Compatibility requirements Install and load OceanBase Connector/J Import packages Establish a database connection Create a Statement object Run queries and retrieve ResultSet objects Process ResultSet objects Close ResultSet and Statement objects Manage tables and data Commit changes Close a database connection Examples Data source overview Database URLclientInfoProvider Overview of Java data streams LONG and LONG RAW data types CHAR, VARCHAR, and RAW data types Overview of statement caching Use statement caching Reuse statement objects Call a stored procedure Handle SQL exceptions Overview of result sets Limitations FetchSize refreshRow useCursorFetch Batch processing Failover and load balancing modes LoadBalance strategies Load balancing strategy configuration methods Rich client Logging Network overheads Show Trace Security features Troubleshooting Call PL stored procedures Scrollability of a result set Use ARRAY and STRUCT classes Obtain remarks Data types supported in Oracle mode Error messages in Oracle mode Supported SQL and PL data types Overview java.sql.Connection java.sql.CallableStatement java.sql.DatabaseMetaData java.sql.Driver java.sql.PreparedStatement java.sql.ParameterMetaData java.sql.ResultSet java.sql.ResultSetMetaData java.sql.Statement javax.sql.ConnectionPoolDataSource javax.naming.Context javax.sql.PooledConnection com.oceanbase.jdbc.ObPrepareStatement OceanBase Connector/J V2.4.17 OceanBase Connector/J V2.4.16 OceanBase Connector/J V2.4.15 OceanBase Connector/J V2.4.14 OceanBase Connector/J V2.4.13 OceanBase Connector/J V2.4.12 OceanBase Connector/J V2.4.11 OceanBase Connector/J V2.4.8 OceanBase Connector/J V2.4.5 OceanBase Connector/J V2.4.4 OceanBase Connector/J V2.4.3 OceanBase Connector/J V2.4.2 OceanBase Connector/J V2.4.1 OceanBase Connector/J V2.4.0 OceanBase Connector/J V2.2.11 OceanBase Connector/J V2.2.10 OceanBase Connector/J V2.2.7 OceanBase Connector/J V2.2.6 OceanBase Connector/J V2.2.3 OceanBase Connector/J V2.2.0
OceanBase logo

The Unified Distributed Database for the AI Era.

Follow Us
Products
OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
Resources
DocsBlogLive DemosTraining & Certification
Company
About OceanBaseTrust CenterLegalPartnerContact Us
Follow Us

© OceanBase 2026. All rights reserved

Cloud Service AgreementPrivacy PolicySecurity
Contact Us
Document Feedback
  1. Documentation Center
  2. OceanBase Connector/J
  3. V2.4.17
iconOceanBase Connector/J
V 2.4.17
  • V 2.4.17
  • V 2.4.16
  • V 2.4.15
  • V 2.4.14
  • V 2.4.5
  • V 2.4.4
  • V 2.4.3
  • V 2.4.2
  • V 2.4.1
  • V 2.4.0
  • V 2.2.11
  • V 2.2.10
  • V 2.2.7
  • V 2.2.6
  • V 2.2.3
  • V 2.2.0

OceanBase Connector/J V2.4.14

Last Updated:2026-04-10 06:56:35  Updated
share
What is on this page
Overview
New features
URL parameter changes
Bug fixes

folded

share
  • Release date: March 7, 2025
  • Version: V2.4.14

Overview

OceanBase Connector/J V2.4.14 supports the Hong Kong Supplementary Character Set (HKSCS). It also provides the emulateLocators and locatorFetchBufferSize parameters to ensure correct conversion of BLOB data. The logic for matching and building anonymous array metadata caches is optimized to improve performance. A parameter is provided to control the maximum number of reconnection attempts, thereby enhancing the stability of the driver.

New features

  • The emulateLocators and locatorFetchBufferSize parameters are provided to ensure that BLOB data is correctly converted by the getBytes() method.
  • The maxReconnects parameter is provided to control the maximum number of reconnection attempts. This can avoid the StackOverFlowError error caused due to infinite reconnection attempts upon I/O exceptions when autoReconnect=true is configured.
  • The HKSCS character set is supported for compatibility with OceanBase Database. To store characters in HKSCS or HKSCS31, set &characterEncoding=HKSCS/HKSCS31 in the URL and send set names hkscs/hkscs31 to OceanBase Database.
  • The logic for matching and building anonymous array metadata caches is optimized. Specifically, if the array elements are of a basic data type, OceanBase Connector/J does not need to interact with OceanBase Database, thereby reducing the performance overhead.

URL parameter changes

The following URL parameters are added.

Parameter Status Default value Description
emulateLocators New False Specifies whether the driver needs to emulate java.sql.Blob with locators.
locatorFetchBufferSize New 1048576 The buffer size used by getBinaryInputStream() to obtain BLOB data when emulateLocators is set to true.
maxReconnects New 3 The maximum number of reconnection attempts when autoReconnect is set to true.
characterEncoding New When characterEncoding=HKSCS/HKSCS31 is configured, OceanBase Connector/J will send set names hkscs/hkscs31 to OceanBase Database.

Bug fixes

This version fixes the following bugs:

  • Fixed the issue where the value set by the setQueryTimeout() method is invalid for a cursor result set.
  • Fixed the issue where the 5777 or 9747 error code is returned when the value set by the setClob() method is empty in a PL statement in Oracle mode.
  • Fixed the issue where an error is returned when the getParameterMetaData() method is called if the stored procedure does not contain BEGIN in MySQL mode.
  • Fixed the issue where the number of open cursors exceeds the limit when the executeBatch() method is called while cachePrepStmts=true is configured.
  • Fixed the issue where the ORDER BY clause is incorrectly concatenated with input parameters on a cursor result set.
  • Fixed the issue where the FOR UPDATE clause is incorrectly concatenated with input parameters on a cursor result set when the PreparedStatement protocol is enabled in Oracle mode.
  • Fixed the issue where a pagination query statement is incorrectly concatenated with input parameters on a cursor result set when the PreparedStatement protocol is enabled in Oracle mode.
  • Fixed the issue where the HAVING clause is incorrectly concatenated with input parameters on a cursor result set when the PreparedStatement protocol is enabled in Oracle mode.
  • Fixed the issue where an error is returned if the equal sign (=) in call ?:=function(?) is not followed by a space.
  • Fixed the issue where the ps.getMetaData() method returns NULL when it is called on a PreparedStatement object that represents a non-SELECT statement, with the PreparedStatement protocol enabled or both the PreparedStatement and PrepareExecute protocols enabled, which is incompatible with native MySQL.
  • Fixed the issue where a syntax error of INSERT INTO...SET is returned when rewriteBatchedStatements=true is configured in MySQL mode.
  • Fixed the issue where the number of returned rows is always -1 when DML statements containing the RETURNING clause are executed in a batch in Oracle mode.
  • Fixed the issue where an error is returned when TRUNCATE is called on BLOB data stored by using OUTROW storage in Oracle mode.
  • Fixed the issue where the rs.getClob().toString() method returns the class name, which is incompatible with native MySQL and Oracle.
  • Fixed the issue where session variables are missing when the JDBC driver reconnects to the database after an SQL statement that exceeds the value of maxAllowedPacket is sent.
  • Fixed the issue where text execution is not applied upon an exception when statements are executed in a batch, with the PreparedStatement protocol enabled and emulateUnsupportedPstmts=true configured.
  • Fixed the issue where an error is returned when the output parameter type specified by the registerOutParameter() method is a complex data type and the method contains typeName in Oracle mode.
  • Fixed the issue where an ArrayIndexOutOfBoundsException is thrown when a getXXX() method is called to obtain information about the target column, if the data type is binary_float or bianary_double and the PreparedStatement protocol is enabled, in Oracle mode.
  • Fixed the issue where a parameter match error occurs if a in call p(a=>?) is not the first parameter in Oracle mode.
  • Fixed the issue where the result of the free() method called on LOB data is inconsistent with that in native MySQL.
  • Fixed the issue where the defaultFetchSize parameter cannot be set to Integer.MIN_VALUE.
  • Fixed the issue where various getXXX() methods process data of the float, binary_float, and binary_double types in different ways in Oracle mode. This version applies a unified approach.
  • Fixed the issue where, when the getLong() method is called on a float column to retrieve column values as long data, the precision of original column values is missing.

Previous topic

OceanBase Connector/J V2.4.15
Last

Next topic

OceanBase Connector/J V2.4.13
Next
What is on this page
Overview
New features
URL parameter changes
Bug fixes