Node.js oracledb query of BLOB returns null

58 Views Asked by At

I have problem with querying BLOBs using NodeJS oracledb. I am using oracledb library 6.2.0.

When I query table containing the blob, I receive NULL instead of Buffer or Lob object (I tried setting fetching Lobs as buffer), but nothing works, I get NULL, when in SQL Developer I clearly see and can download value. Any idea would be highly appreciated.

Interesting thing is that some blobs in some tables are being returned, but I am not able to analyse the key by which it is being returned.

0

There are 0 best solutions below