ORA-39765: stream must be reset before used in a column array conversion
What triggered the Error:
The stream was completely loaded, but has not been reset yet.What should we do to fix it:
Reset loaded streams after load returns OCI_SUCCESS, OCI_NO_DATA, or OCI_NEED_DATA. The stream can then be used in a column array to stream conversion.