Oracle Error ORA-39765: stream must be reset before used in a column array conversion

Oracle Error Message

ORA-39765: stream must be reset before used in a column array conversion

Reason for the Error

The stream was completely loaded, but has not been reset yet.

Solution

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.