[sqlalchemy] Re: Correct and easy method to copy tables from MySQL to Oracle

2020-02-03 Thread Alex Hill
solution for copying a single table, I used it and I am satisfied. Just be careful when copying from Oracle to MySQL as their isn't a MySQL equivalent to the NUMBER data type. This solution requires sqlalchemy. On Saturday, February 1, 2020 at 10:58:06 PM UTC+2, Alex Hill wrote: > >

[sqlalchemy] Correct and easy method to copy tables from MySQL to Oracle

2020-02-01 Thread Alex Hill
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've even created a thread on stackoverflow https://stackoverflow.com/questions/60008289/copy-or-migrate-tables-from-mysql-database-to-oracle-11g-and