Database Error Messages

OCI-39765

stream must be reset before used in a column array conversion

Cause

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


Action

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.