Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-34656

(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.