Oracle Solution for Error ora-39763

Solution for Oracle Error ORA-39763

ORA-39763: stream must be completely loaded before it is reset

What triggered the Error:

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

What should we do to fix it:

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