【发布时间】:2016-11-18 06:54:01
【问题描述】:
当我尝试使用在 Oracle 节点故障转移之前创建的临时 lob 写入数据时,我的应用程序出现以下错误。
ORA-22922: nonexistent LOB value
请考虑在故障转移之前创建的所有其他游标按预期工作,但不是使用上述临时 lob 写入的 blob。 故障转移已成功完成。
应用程序已使用以下函数创建临时 lob,并使用 OCIBindByPos 绑定到数据库。
OCIDescriptorAlloc
OCILobCreateTemporary
【问题讨论】:
标签: c oracle oracle-call-interface