-7061: LOCK ROW for this table not allowed
Explanation:
A <LOCK statement> with <ROW LOCK SPEC> specification can only be performed for an updateable join view table. But not even updateable join view tables allow a <ROW LOCK SPEC> with OPTIMISTIC specification.
User Action:
The effect can be achieved by several <ROW LOCK SPEC> specifications issued on the underlying base tables.