Showing posts with label ORA-39771: stream must be loaded before its handle is freed. Show all posts
Showing posts with label ORA-39771: stream must be loaded before its handle is freed. Show all posts

Saturday, 23 June 2012

ORA-39771: stream must be loaded before its handle is freed

ORA-39771: stream must be loaded before its handle is freed

Cause: An attempt was made to free a stream handle after conversion but before the stream was loaded.

Action: Load the stream until OCI_SUCCESS, OCI_NEED_DATA or OCI_NO_ DATA is returned before attempting to free the stream handle. If OCI_NEED_ DATA is returned, another stream must be loaded to complete last row.