Skip to content

Conversation

@xxsc0529
Copy link
Contributor

@xxsc0529 xxsc0529 commented May 27, 2025

[desc]
This is because in order to improve synchronization efficiency, the higher version of oceanbase-client has enabled the preprocessing statement behavior for oracle, and the driver will adopt Oracle's preprocessing method. And the processing of large fields (such as CLOB, BLOB). The driver will send data in pieces, which is suitable for processing large data volumes. This mechanism conflicts with setFetchSize. The current datax defaults to setOracle mode fetchSize to Integer.MIN_VALUE, and configure extendOracleResultSetClass in jdbcUrl. =true resolves this conflict.
After testing, it is recommended to use jdbcUrl configuration to solve it.
[fix]
Readme document reading and writing cannot be redirected to the corresponding document.
Close #2301

@xxsc0529 xxsc0529 changed the title [FIX]:oceanbase datasource support special characters [FIX]:oceanbase plugin setFetchSize restore default May 27, 2025
@dingxiaobo dingxiaobo merged commit 18cf572 into alibaba:master May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX]:oceanbase plugin setFetchSize restore default

2 participants