[cx-oracle-users] ORA -24806 error reading NCLOB data
Brought to you by:
atuining
From: Chris D. <cdu...@ya...> - 2006-06-09 14:49:55
|
I'm trying to read data from an NCLOB column using: for nclob_col, other_col in cursor.__iter__(): nclob = nclob_col.read() ...... This returns the Oracle error ORA-24806 - Lob form mismatch. Environment is: cx_Oracle version 4.1.2 Oracle version 9.2.0.7 Python 2.3.3 SuSE Linux 8.2 Anyone any ideas? Thanks, Chris Dunscombe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |