Include a runnable Python script that shows the problem. cur = conn.cursor() cur.execute('drop table foo') cur.execute('create table foo (id int, name varchar2(10 ...