Database Error Messages

PCC-02431

Expecting an expression of type external LOB (BFILE)

Cause

The given host variable was not declared to be an External LOB. Only BFILE would have been accepted in this case.


Action

Redeclare the host variable using an External LOB type (BFILE).