-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF26, 11.1, 2021.0
-
Component/s: TransientStore
In some cases with very big batches, Nuxeo stores all the batch ids in a column which could reach the limit of 4000 characters and cause
ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column
Setting the long value at the end in SQLKeyValueStore#compareAndSet would work aroung the problem
- Is referenced in