Database Error Messages

ORA-39763

stream must be completely loaded before it is reset

Cause

An attempt was made to reset a stream that contains converted column array data and hasn't been completely loaded yet.


Action

Before resetting a stream, load it until a status of OCI_SUCCESS, OCI_NO_DATA, or OCI_NEED_DATA is returned.