vandekerkoff
vandekerkoff

Reputation: 445

Reverse Engineer an Oracle Database with Flyway

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

Answers (1)

David Atkinson
David Atkinson

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

Related Questions