Database Error Messages

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

ORA-39970

Bind calls are not allowed after cursor execution

Cause

A bind call was used after the cursor was executed. Binds can only be done after the cursor was parsed but before execution.


Action

Move the bind call before cursor execution.