Database Error Messages

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

OCI-03131

an invalid buffer was provided for the next piece

Cause

The application either provided the length of the buffer for the next piece to be zero or provided a null pointer.


Action

Verify if the buffer pointer for the next piece is null or if the length is zero.