Database Error Messages

OCI-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.