Database Error Messages

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

PCC-02428

Buffer type is incompatible with LOB type

Cause

This error can occur in either of the following situations

  1. An attempt to READ from a LOB into a buffer whose type was not compatible with the LOB type.
  2. An attempt to WRITE a buffer into a LOB whose type was not compatible with the buffer type.

Action

Either the LOB type or the buffer type needs to be changed so that the LOB and buffer types become compatible for the specified operation.