Oracle Error Message
ORA-39763: stream must be completely loaded before it is reset
Reason for the Error
An attempt was made to reset a stream that contains converted column array data and hasn’t been completely loaded yet.
Solution
Before resetting a stream, load it until a status of OCI_SUCCESS, OCI_NO_DATA, or OCI_NEED_DATA is returned.