Database Error Messages

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

SQL-02122

Invalid OPEN or PREPARE for this database connection

Cause

An attempt was made to execute an OPEN or a PREPARE statement using a cursor that is currently open for another database connection and, therefore, cannot be used for this connection.


Action

Close the cursor to make it available for this connection or use a different cursor for this connection.