Page 1 of 1

Moving specific data from an Oracle database to a MySQL db

Posted: Wed Aug 25, 2004 8:28 am
by Chewy
Hi all,

I've just found this site - seems to brimming with knowledge :)

I've got a project coming up, whereby I need to copy some specific data (all entries with a disability) from an Oracle db and then dump it into my mysql db.

Just wondering if there is an easy way to do this, I've had a root on google but can't seem to find anything.

Thanks a lot.

Chew

Posted: Wed Aug 25, 2004 2:51 pm
by lostboy
i would do an export on the data and then bulk import it into mysql with 'load file'