Does anyone know of any utilities that will enable a mysql schema to be
loaded into Oracle (we're talking 9iR2 and/or 10gR2 here)? It doesn't
have to be sophisticated (no problem to have manual steps) but would be
great if can be achieved.
Thanks for all suggestions.
--
jeremy
If I was given this task I'd write a simple PERL program to move the data
from MYSQL to Oracle.
Do you have any MYSQL datatypes that do not cleanly map to Oracle?
I once transferred data from mysql to oracle using oracle's hsodbc to
define a database link from oracle to mysql. Don't know if it's the
right tool for your task, but maybe it's worth a look ...
> maybe you'd gvve SQL Developer Migration Workbench a try. Take a look
> at http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html
>
>
Thanks you that looks interesting.
--
jeremy
> Do you have any MYSQL datatypes that do not cleanly map to Oracle?
>
Not sure at the moment - haven't had sight of the MySQL schema. We are
only going to load the data into a holding schema and then run
transformations to load into our application tables.
--
jeremy
--
jeremy