| Error | ORA-34656 |
Description | (MXSQL24) Additional WHERE clause conditions with CURRENT OF <cursor name> syntax | Cause | A SQL UPDATE or DELETE statement tried to use the CURRENT of <cursor name> syntax with a WHERE clause containing multiple conditions. | Action | When using the CURRENT OF <cursor name> syntax make sure it is the only condition in the WHERE clause. |