in reply to Re: copying mysql table data to oracle table
in thread copying mysql table data to oracle table

This is actually good advice, if you are concerned about data integrity. But since you are using mysql, you probably do not give a wet slap about data integrity.
  • Comment on Re^2: copying mysql table data to oracle table

Replies are listed 'Best First'.
Re^3: copying mysql table data to oracle table
by soonix (Chancellor) on Aug 25, 2017 at 07:42 UTC
    OP seems to be migrating FROM mysql TO Oracle. Regarding data integrity, I'd say that's definitively an improvement.