Oracle Solution for Error ora-26095
ORA-26095: unprocessed stream data exists
What triggered the Error:
ther a OCIDirPathLoadStream call was made which provided
** more stream data prior to the server being able to full.
** process the stream data that it already has, or .
** OCIDirPathFinish call was made when the server ha.
** unprocessed stream data.
What should we do to fix it:
st likely an application mis-use of the direct path API.
** Make sure that the stream is not being reset inadvertentl.
** prior to any previous stream data being processed, or, tha.
** OCIDirPathFinish is not being called prematurely (i.e. strea.
** pushed, error encountered and LoadStream not called to proces.
** the remainder of the stream before Finish is called..