Description
The batch updates introduced in OAK-2066 are disable for the Oracle, because of the OAK-3938. It seems that Oracle 12.1 and later behave correctly:
Starting from Oracle Database 12c Release 1 (12.1), the executeBatch method has been improved so that it returns an int array of size that is the same as the number of records in the batch and each item in the return array is the number of database table rows affected by the corresponding record of the batch.
(source)
Please investigate this and re-enable batch updates on Oracle >= 12.1
Attachments
Attachments
Issue Links
- is blocked by
-
OAK-4033 RDBDocumentStore: refactor version check to address driver version as well
- Closed