I guess in SergyPo's example db has changed since then because I cannot get a db._connection object and
cursor = db._adapter.cursor
cursor.setinputsizes(value = cx_Oracle.CLOB)
produces another error.
I would like to perhaps put these lines after db=DAL(...
Is there a way to get to the cursor object?
-Bill
--

