sijms / go-ora

Pure go oracle client
MIT License
795 stars 176 forks source link

BLOB streaming reading as bfile #559

Open nurlantulemisov opened 4 months ago

nurlantulemisov commented 4 months ago

Hi @sijms,

I'm currently working with Oracle BLOBs that are larger than 5GB in size. Due to memory constraints, I would like to read these BLOBs in chunks.

As far as I can see, streaming reading is only implemented for bfile. I was wondering if it would be possible to implement similar behavior for BLOBs?

I look forward to hearing your thoughts on this. Thank you in advance for your help.

upd.

I noticed that in the python-oracledb library, there is this feature