An attempt was made to modify several rows using an UPDATE statement, whereby a new value was specified for a LONG column. This is not allowed.
Modify the UPDATE statement so that only one row is updated at a time, or do without the value modification for the LONG column.