Database Error Messages

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

OCI-32128

setDataBuffer called after fetch has started

Cause

Fetch from result set has already started and the setDataBuffer call was made.


Action

Call the setDataBuffer method before calling the next() method.