[cx-oracle-users] Need fetchall invalidate LOB locators?
Brought to you by:
atuining
From: Hamish L. <ham...@gm...> - 2005-07-15 14:26:54
|
Hello Anthony The cx_Oracle manual explains that calling fetchall when the resultset contains LOBs will raise an exception because the LOB locators would get invalidated by the next fetch. However DCOracle2 lets you call fetchall and still read the LOBs in each of the returned rows. I don't know what approach DCOracle2 uses to achieve this, but is it something you could borrow? Hamish Lawson |