Database Error Messages

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

PCC-02447

Cannot specify destination offset in a LOB WRITE APPEND

Cause

A destination offset was specified in a LOB WRITE APPEND statement. The destination offset is assumed to be the end of the LOB so specifying an explicit destination offset is erroneous.


Action

Remove the destination offset from the LOB WRITE APPEND statement.