Oracle Solution for Error ora-32128

Solution for Oracle Error ORA-32128

ORA-32128: setDataBuffer called after fetch has started

What triggered the Error:

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

What should we do to fix it:

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