[cx-oracle-users] Retrieving LOBs from Objects
Brought to you by:
atuining
From: Matej R. <mr...@gm...> - 2011-08-29 07:43:07
|
Hello, I am using cx_Oracle 5.1 with Oracle 11g and I'm having some difficulties with retrieving NCLOB data from Objects. I have an object defined as: test_obj( id number, data NCLOB) While retrieving data from database, I get normal cx_Oracle.OBJECT, but when I try getattr(object, "data") I get the following error: cx_Oracle.NotSupportedError: ExternalObjectVar_GetAttributeValue(): unhandled data type 112 Is this not yet supported in cx_Oracle? Regards, Matej Repinc |