ORA-22279: cannot perform operation with LOB buffering enabled
What triggered the Error:
e operation attempted is not allowed when LOB buffering is enabled.What should we do to fix it:
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.