I need a bit of advice. I need to transfer tables (approx. 1000) from DB Hana to one MySql DB. In MySql DB will be creating the same tables as in Hana DB. I need to create something using Java what need to do these things: First of all, I need to read all database and retrieve information about all tables (table name, columns name, and columns types) to compare with the MySql DB info. The next step is to transfer table content from the first DB to the second DB. Some advice, please?