Moving data from MySQL --> Oracle

phillydog

Senior member
Dec 19, 2001
472
0
0
Does anyone know how data could be moved from a MySQL repository to an Oracle repository? I am not sure of the versions, but since the company just got Oracle, I would guess it is the latest version.

This came up as discussion, however, I am not too familiar with databases.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Depending on how you setup the MySQL database it should be pretty simple to use mysqldump to dump the data then change whatever is necessary and import it on the Oracle side.