aiaiDBA

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

13718043309

010-86462881

ORA-39766: invaid stream specified for column array conversion

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

请先 登录 后评论

1 个回答

小智
ORA-39766:为列数组转换指定的invaid流,
.原因:必须加载和重置流,然后再次在列阵列到流转换中使用。如果在加载指定的流之前已经转换了另一个流,或者此流的最新加载返回OCI_ERROR,则会发出此错误。,
.操作:在加载之前,不要转换为上一个流。此外,当加载流返回OCI_ERROR时,必须再次加载流以确保加载流中的任何剩余信息。即使最后一行或唯一一行有错误,也必须加载流。在流中可能存在需要发送到服务器的错误信息。,
.
请先 登录 后评论