Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

NZE-29241

a buffer block needs more space but its length is fixed

Cause

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.


Action

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