ERROR | 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. |