in reply to SQL::Translator, sqlt-diff confusion
Use your database product to create a dump of each schema. For MySQL mysqldump:
mysqldump --no-data --no-create-db
Oracle has exp/imp tools and/or datapump, depending on which version you run. Your database documentation should point the way to the correct export tool.
Update: slight rewording, my brain isn't working very well today.
|
|---|