Hello All,
I am trying to migrate some tables that are in mysql database to oracle without deleting/altering the tables in mysql.
can someone please point me to the right direction to how to go about doing this.
you could dump the tables from mysql, and then use some kind of import mechanism to import the tables into oracle.
I suppose oracle can handle sql command files. If so try
mysqldump databasename > dbfile.sql
for additional help on the mysldump command type
mysqldump /?
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.