aiaiDBA

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

13718043309

010-86462881

ORA-24814: operation not allowed for temporary LOBs

ORA-24814: operation not allowed for temporary LOBs
Cause: Temporary LOB locators are not allowed in the operation. For example: OCILobAssign only takes persistent LOB locators as parameters, not temporary LOBs.
Action: Use OCILobLocatorAssign for temporary LOBs instead. Note that OCILobLocatorAssign can also be used for persistent LOBs, in which case it will behave the same as OCILobAssign.

请先 登录 后评论

1 个回答

小智
ORA-24814:不允许对临时LOB进行操作,
.原因:操作中不允许临时LOB定位符。例如:OCILobAssign仅将永久LOB定位符作为参数,而不是临时LOB。,
.操作:使用OCILobLocatorAssign替代临时LOB。注意,OCILobLocatorAssign也可以用于持久的LOB,在这种情况下,它的行为将与OCILobAssign相同。,
.
请先 登录 后评论