Background documentation-7012: More than one update row not allowed Locate this document in the navigation structure

 

Explanation

An attempt was made to modify several rows using an UPDATE statement, whereby a new value was specified for a LOB column. This is not allowed.

User Response

Modify the UPDATE statement so that only one row is updated at a time, or do without the value modification for the LOB column.