aiaiDBA

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

13718043309

010-86462881

ORA-22279: cannot perform operation with LOB buffering enabled

ORA-22279: cannot perform operation with LOB buffering enabled
Cause: The operation attempted is not allowed when LOB buffering is enabled.
Action: If the operation is required, LOB buffering should not be used. In this case, flush buffers associated with the input LOB locator as necessary, disable buffering on the input LOB locator and reissue the command.

请先 登录 后评论

1 个回答

小智
ORA-22279:不能在启用LOB缓冲的情况下执行操作,
.原因:启用LOB缓冲时,不允许尝试的操作。,
.操作:如果需要操作,则不应使用LOB缓冲。在这种情况下,根据需要刷新与输入LOB定位符相关联的缓冲区,禁用输入LOB定位符上的缓冲区并重新发出命令。,
.
请先 登录 后评论