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.5

  • What is OceanBase Connector J?
    • Overview of OceanBase Connector/J
    • Compatibility requirements
  • Install Driver
    • Install and load the OceanBase Connector/J driver
  • Instructions
    • Quick start
      • Import packages
      • Create 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
    • 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 comments
      • 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.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 the OceanBase Connector/J driver Import packages Create 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 overviewDatabase URL 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 comments 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.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.5
iconOceanBase Connector/J
V 2.4.5
  • 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

Batch processing

Last Updated:2026-04-09 07:21:37  Updated
share
What is on this page
Batch processing in Oracle mode
PrepareStatement processing
Statement processing
Batch processing in MySQL mode
PrepareStatement processing
Statement processing
Examples

folded

share

Multiple UPDATE or INSERT statements can be grouped into a batch, and the entire batch is sent to the database for processing. This process reduces the number of round trips to the database and improves the application performance.

OceanBase Connector/J uses PrepareStatement and Statements on the server as standards for communicating with the database for batch processing and manages batch processing by using the allowMultiQueries and rewriteBatchedStatements parameters. If allowMultiQueries or rewriteBatchedStatements is set to true, OceanBase Connector/J uses only the text protocol. PrepareStatement is handled by the driver on the client.

In an INSERT query, rewriteBatchedStatements is used to rewrite batchedStatement for execution in a single executeQuery. If you set this parameter set to true, useServerPrepStmts is set to false. When allowMultiQueries is set to true, multi-value queries are allowed.

OceanBase Connector/J provides different batch processing settings in Oracle and MySQL modes.

Batch processing in Oracle mode

PrepareStatement processing

useServerPrepStmts rewriteBatchedStatements allowMultiQueries INSERT operation UPDATE operation
true true true The Prepare operation is performed again. The number of bracket pairs added after values in the SQL string is the same as the number of addBatch operations performed. The UPDATE SQL statements are separated by semicolons (;).
true true false The Prepare operation is performed again. The number of bracket pairs added after values in the SQL string is the same as the number of addBatch operations performed. The UPDATE SQL statements are separated by semicolons (;).
true false true The prepared SQL string is in the normal format, and then parameters are set with multiple EXECUTE operations. The prepared SQL string is in the normal format, and then parameters are set with multiple EXECUTE operations.
true false false The prepared SQL string is in the normal format, and then parameters are set with multiple EXECUTE operations. The prepared SQL string is in the normal format, and then parameters are set with multiple EXECUTE operations.
false true true The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are separated by semicolons (;).
false true false The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are separated by semicolons (;).
false false true Multiple INSERT statements are executed. Multiple UPDATE statements are executed.
false false false Multiple INSERT statements are executed. Multiple UPDATE statements are executed.

Statement processing

useServerPrepStmts rewriteBatchedStatements allowMultiQueries INSERT operation UPDATE operation
true true true The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are all in the text format and are separated by semicolons (;).
true true false The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are all in the text format and are separated by semicolons (;).
true false true The INSERT statements are executed one by one. The UPDATE statements are executed one by one.
true false false The INSERT statements are executed one by one. The UPDATE statements are executed one by one.
false true true The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are all in the text format and are separated by semicolons (;).
false true false The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are all in the text format and are separated by semicolons (;).
false false true The INSERT statements are executed one by one. The UPDATE statements are executed one by one.
false false false The INSERT statements are executed one by one. The UPDATE statements are executed one by one.

Batch processing in MySQL mode

PrepareStatement processing

useServerPrepStmts rewriteBatchedStatements allowMultiQueries INSERT operation UPDATE operation
true true true The Prepare operation is performed again. The number of bracket pairs added after values in the SQL string is the same as the number of addBatch operations performed. The UPDATE SQL statements are separated by semicolons (;).
true true false The Prepare operation is performed again. The number of bracket pairs added after values in the SQL string is the same as the number of addBatch operations performed. The UPDATE SQL statements are separated by semicolons (;).
true false true The prepared SQL string is in the normal format, and then parameters are set with multiple EXECUTE operations. The prepared SQL string is in the normal format, and then parameters are set with multiple EXECUTE operations.
true false false The prepared SQL string is in the normal format, and then parameters are set with multiple EXECUTE operations. The prepared SQL string is in the normal format, and then parameters are set with multiple EXECUTE operations.
false true true The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are separated by semicolons (;).
false true false The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are separated by semicolons (;).
false false true Multiple INSERT statements are executed. Multiple UPDATE statements are executed.
false false false Multiple INSERT statements are executed. Multiple UPDATE statements are executed.

Statement processing

useServerPrepStmts rewriteBatchedStatements allowMultiQueries INSERT operation UPDATE operation
true true true The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are all in the text format and are separated by semicolons (;).
true true false The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are all in the text format and are separated by semicolons (;).
true false true The INSERT statements are executed one by one. The UPDATE statements are executed one by one.
true false false The INSERT statements are executed one by one. The UPDATE statements are executed one by one.
false true true The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are all in the text format and are separated by semicolons (;).
false true false The INSERT SQL statements are in the text format and are concatenated by parentheses (). The UPDATE SQL statements are all in the text format and are separated by semicolons (;).
false false true The INSERT statements are executed one by one. The UPDATE statements are executed one by one.
false false false The INSERT statements are executed one by one. The UPDATE statements are executed one by one.

Examples

public void test_execute_batch() {
    Connection conn = null;
    try {
        for (int q = 0; q < 2; q++) {
            for (int w = 0; w < 2; w++) {
                for (int e = 0; e < 2; e++) {

                    /**
                     *  useServerPrepStmts = true / false
                     *  rewriteBatchedStatements = true / false
                     *  allowMultiQueries = true / false
                     */
                    boolean uSPS = q == 0 ? false : true;
                    String rBS = w == 0 ? "false" : "true";
                    String aMQ = e == 0 ? "false" : "true";

                    String other_condition = "&rewriteBatchedStatements=" + rBS
                            + "&allowMultiQueries=" + aMQ;
                    conn = ConnectionUtils.getDefObOracleConnection(uSPS, true, other_condition);
                    Statement statement = conn.createStatement();

                    try {
                        statement.execute("DROP TABLE test_batch_t");
                    } catch (SQLException exp) {
                        //e.printStackTrace();
                    }

                    String sql = "create table test_batch_t(id int primary key, c1 varchar2(10))";
                    statement.execute(sql);

                    PreparedStatement ps = conn
                            .prepareStatement("insert into test_batch_t(id, c1) values (?, ?)");

                    for (int j = 0; j < 10; j++) {
                        ps.setInt(1, j);
                        ps.setString(2, j + "_test");
                        ps.addBatch();
                    }
                    ps.executeBatch();

                    ps = conn.prepareStatement("update test_batch_t set id = ? where c1 = ?");

                    for (int j = 0; j < 10; j++) {
                        ps.setInt(1, j);
                        ps.setString(2, j + "_test");
                        ps.addBatch();
                    }
                    ps.executeBatch();
                }
            }
        }
    } catch (Exception e) {
        e.printStackTrace();
    }
}

Previous topic

useCursorFetch
Last

Next topic

Failover and load balancing modes
Next
What is on this page
Batch processing in Oracle mode
PrepareStatement processing
Statement processing
Batch processing in MySQL mode
PrepareStatement processing
Statement processing
Examples