I would like to migrate from Oracle to MySQL, and one of the important steps is to replace the actual job built on an Oracle environment.
Basically, every day I receive some 'oracle' dump files from another Oracle environment (mainly CTL or Oracle table exports). Today my Oracle jobs loaded the received data (CTL...) in my Oracle tables. Now I would like to replace my Oracle tables in MySQL tables, continuing to receive the file coming from the Oracle environment.
So. Do you have same tools or artifacts to read the Oracle CTL files (or Oracle tables dump) from an MySQL environment? I already used the mysqlimport GUI, but it does not meet my needs. I need the script/command to do these.