The requested UPDATE or DELETE cannot be performed.
Refer to Chapter 5 of DB2 SQL Reference for information about restrictions on using UPDATE
and DELETE operations against views.
For a remote table, modify the DECLARE CURSOR and then rebind the PLAN.
For a cursor that uses parallelism, disable parallelism for the query by using the DEGREE(1) BIND option for static SQL or by setting the CURRENT
DEGREE special register to '1' for dynamic SQL.
For an ambiguous cursor in an application bound CURRENTDATA(NO), either make the cursor unambiguous (declare it FOR UPDATE OF), or rebind the
application CURRENTDATA(YES).
SQLSTATE: 42828