-7012: More than one update row not allowed 

Explanation:

The attempt was made to modify several rows with an <UPDATE statement>, specifying a new value for a LONG column. This is not allowed.

User Action:

Modify the <UPDATE statement> in such a way that only one row is updated, or do without the value modification for the LONG column.