Re: [cx-oracle-users] blob insert
Brought to you by:
atuining
From: d' A. <gn...@gm...> - 2009-07-08 16:30:38
|
Let see, i don't understand you. I'm executing a simple code: import cx_Oracle conection = cx_Oracle.connect('user/pass@<server:port>/session') cursor = connection.cursor() cursor.execute("select data from <sometable> where id = <some existing id>") clob, = cursor.fetchone() clob.open() and i get an ORA-22292 error (not able to open an read-write lob whitout a transaction) any idea??? -- Paz, Amor Y Empatia ----------------------- Ariel Hernandez Amador Gnu/LiNUX user: #354782 |