aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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.

请先 登录 后评论

1 个回答

小智
ORA-39771:流必须在释放它的句柄之前加载,
.原因:尝试在转换后但在加载流之前释放流句柄。,
.操作:在尝试释放流处理之前,加载流直到返回OCI_SUCCESS,OCI_NEED_DATA或OCI_NO_DATA。如果返回OCI_NEED_DATA,则必须加载另一个流以完成最后一行。,
.
请先 登录 后评论