HI, thank you for the response. The problem we have with this process is not in terms of the actual dump or insert. (Maybe i didn't phrase my problem correctly for which I apologize).
Currently, the process takes about 4 different steps before the data is in the the mysql production database:
1. Create dump file on oracle
2. translate using custom scripts into mysql format
3. load onto staging mysql database running on a VM
4. If successful then load into production VM.
We are looking at removing the VM and and try to make the process as short and less complicated as possible. The process is currently being managed by a 3rd party, however should the 3rd party not be involved in future no one will know what to do and all the extra steps just complicates it.
So we are looking for the best and easiest way to re-implement this, automated and with as little steps as possible.
Regards
Machiel