Database Error Messages

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