Oracle Solution for Error nze-29241

NZE-29241: a buffer block needs to more space but its length is fixed

What triggered the Error:

The application has preallocated an output buffer that is too short for the operation and has specified that the buffer should not grow as needed.

What should we do to fix it:

Either preallocate a larger buffer or allow the toolkit to grow the output buffer as needed.