ORA-39766: invaid stream specified for columnarray conversion Cause: A stream must be loaded andreset before used again in a column-array-to-stream conversion. This error is issuedif another stream has subsequently been converted before the specified streamhas been loaded, or if the latest load of this stream returned OCI_ERROR. Action: Don't convert into a previousstream before it is loaded. Also, when load stream returns OCI_ERROR, the stream must be loaded againto insure any remaining information in the stream is loaded. The streammust be loaded even if the last or only row was in error. There may be errorinformation in the stream that needs to be sent to the server.
|