我正在尝试使用以下代码插入CLOB。 cursor = connection.cursor() cursor.setinputsizes(HERP = cx_Oracle.CLOB) cursor.execute("INSERT INTO myTable (FOO, ...
確定! 回上一頁