import cx_Oracle con=cx_Oracle.connect("SYSTEM/123456@localhost:1521/xe") print("conected to oracle db") q=\'CREATE TABLE EMP2(id VARCHAR2(4),FIRST_N