I have two databases. The first one is a Oracle Database and contains a table that I want to transfer to a MySQL Database. The databases are not on the same server.
Which programming language should I use ? Is there an other method instead of writing a programm ? And how can I do it ? In addition this transfer should happen in a regular frequency. For example every hour. (I can tell the Task Manager to run a programm at a specific time so that would be no problem if I would have a program.)
I already tried Python, but as I have to install every single module for MySQL and Oracle and the Oracle module is not working I decided to give up on this. It should be simple and quick.