Transfer resultset of python cx_Oracle to SQL Server table?

117 Views Asked by At

I am new to Python and I have asked to transfer the data from the Oracle table to SQL Server table using the python script. I have used cx_Oracle and fetched the data from Oracle this data is like tuple row and I have converted it as a list and then a dictionary. But it doesn't look like table rows. Now how can I import this cx_Oracle resultset to the SQL Server table?

0

There are 0 best solutions below