Database Error Messages

OCI-39766

The stream provided for converting the column array is not valid.

Cause

A stream must be loaded and reset before being used again in a column-array-to-stream conversion. This error occurs if another stream was converted before the specified stream has been loaded, or if the latest load of this stream returned OCI_ERROR.


Action

Do not convert into a previous stream before it is loaded. If a load operation returns OCI_ERROR, reload the stream to ensure that any remaining information is loaded. The stream must be loaded even if the last or only row is in error. The stream may contain important error information that needs to be sent to the server.