I have a task that requires I extract a data set from a MySQL server, and push
it on to an Oracle (9i) server.
Hi Brian,
If you're familiar with perl (or have a perl programmer handy) you can
choose from a whole bunch of perl modules which interact with MySQL
and Oracle databases.
For example
All,
I have a task that requires I extract a data set from a MySQL server,
and push it on to an Oracle (9i) server. I figured I'd go the ODBC route,
and installed unix_odbc_driver and its dependencies.
However, its pretty clear that I don't fully understand what I'm doing,
and ea