"Long fetch" problem with BLOBs
When I try to read BLOB fields from foreign database (Interbase) (in PL/SQL server code), I often got this error. After increasing HS_RPC_FETCH_SIZE and HS_LONG_PIECE_TRANSFER_SIZE it stops happening.
But in Forms when reading into Image item it still appears from time to time.
Any ideas what it depends from or how to solve this problem?