Is it possible to manage an oracle database with flyway? Is it possible to manage an oracle database with flyway? oracle oracle

Is it possible to manage an oracle database with flyway?


If You would create the DB with some limited super-user account, You could use it to create users and tablespaces, having a separate Flyway migration instance. That is:

  1. Flyway migration by super-user from sql/db-configuration/ using dedicated flyway.conf
    • creates users, tablespaces, and all other configuration
  2. Flyway migration by application-user from sql/app-code/ using dedicated flyway.conf
    • regular application code