Database Error Messages

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

PCC-02432

Cannot open an external LOB (BFILE) in READ WRITE mode

Cause

An attempt was made to OPEN a BFILE in READ WRITE mode. Writable BFILEs are currently not supported so this operation is considered erroneous.


Action

Do not open BFILEs using READ WRITE mode. BFILEs can only be OPENed in READ ONLY mode.