On 2016/12/19 3:20 PM, Mayank Tankhiwale wrote:

I am getting exceptions stating "Missing lob entry" on concurrent update and 
read of a row in the table.
i.e. one thread/connection is reading(in loop) meanwhile another thread comes 
and updates the CLOB. After that when the
previous thread reads the row, it is failing with high probability.


Try holding the transaction open while you read the LOB.


--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to