LoggerAdapter Error: Data size bigger than max size for this

I encountered the following errors for LoggerAdapter.
LoggerAdapter: EntLogger: [Adapter] In BatchWriteHandler batchWrite().
There was an error processing the data.
EIProcess error: Data size bigger than max size for this type: 4969

It is considerd that this issue can be solved by control of the size of batchWrite().
Does anyone encountered this issue and know how to solve it?

Regards

You need to use the Merant JDBC driver instead of the native Oracle one.

Thank you. I will try it.