Reputation: 445
Is it possible to reverse engineer an oracle database using flyway?
I need to dump all the schema's from a database, including all objects, but don't need the data.
I found this, but it's from 4 years ago
Reverse engineering an existing database with flywaydb?
Could someone confirm if that's still the case and you can't reverse engineer an oracle database with flyway?
Thanks
Upvotes: 0
Views: 408
Reputation: 5909
Oracle SQL Developer can achieve this. You can find the feature in Tools/Database Export menu. Here is the docs page.
Upvotes: 1