Enable Flyway’s support for Oracle SQL*Plus commands.
false
./flyway -oracle.sqlplus="true" info
flyway.oracle.sqlplus=true
FLYWAY_ORACLE_SQLPLUS=true
Flyway.configure()
.oracleSqlplus(true)
.load()
flyway {
oracleSqlplus = true
}
<configuration>
<oracleSqlplus>true</oracleSqlplus>
</configuration>
See our list of supported SQL*Plus commands and how you can utilize them with site and user profiles once SQL*Plus is enable to achieved this.