Showing posts with label ORA-32128. Show all posts
Showing posts with label ORA-32128. Show all posts

Saturday, 2 June 2012

ORA-32128: setDataBuffer called after fetch has started

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.