| ERROR | using WHERE CURRENT OF on cursor defined without FOR UPDATE clause |
| CAUSE | When MODE=Oracle, 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 | When MODE=Oracle, a cursor defined with a WHERE CURRENT OF clause must also have a FOR UPDATE clause. |
| ACTION | Rewrite the cursor definition. |