ERROR | Unable to allocate the given chunk for current lob operation |
CAUSE | The given size is increased to accomodate the number of bytes from server due to varying width db char/nchar set. |
ACTION | Use smaller chunk sizes when you have character set conversion between client/server or perform piece-wise read or write. |