| ERROR | Using WHERE CURRENT OF on cursor defined without FOR UPDATE clause |
| CAUSE | if mode=ORACLE, then a cursor defined with a WHERE CURRENT OF clause must also have a FOR UPDATE clause. |
| ACTION | Rewrite the cursor definition. |
| ERROR | Using WHERE CURRENT OF on cursor defined without FOR UPDATE clause |
| CAUSE | if mode=ORACLE, then a cursor defined with a WHERE CURRENT OF clause must also have a FOR UPDATE clause. |
| ACTION | Rewrite the cursor definition. |