Hello, I need to migrate a DB schema and data from Oracle to MySQL.
How would perform that : 1) Using Oracle SqlDevelopper migration tool ? 2) Using MySql migration tool ? 3) Using inspectdb/syncdb ? 4) ____________________ ? I've already tried inspectdb/syncdb with some apparent success by tweaking a little the models.py before syncing. The site admin is there ! But I don't know yet how much details I've lost from the original schema definition. And now, I need to feed my tables. How would you transfer data from Oracle to MySQL ? Using dumpdata/loaddata (sql, xml or json ?) or something else ? Please, share your success story with me ! Regards, Olivier. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

