Hello everyone,
I apologize if this question has been answered before, i've done some of my of searching and solution testing before coming here.
I am using Python 3.6 & sqlalchemy 1.3.13, mysql workbench 8.0 and sql developer vers.19
Just like the title I would like to copy all the tables and their properties from MySQL to Oracle. You can see the solutions I have used in the link above after edit 1.
Up till now none of them worked except pandas read_mysql and to_sql but is it the right way to do it, does it really copy everything? is there anyway to "automate" the process without having to specify the table I want to copy?
I wanted to use etlalchemy which builds upon sqlalchemy but it's not available for windows (which i'm using)
Thank you for your help, this project is related to school.