The location on disk of your Oracle wallet.
null
./flyway -oracle.walletLocation="/User/db/my_wallet" info
flyway.oracle.walletLocation=/User/db/my_wallet
FLYWAY_ORACLE_WALLET_LOCATION=/User/db/my_wallet
Flyway.configure()
.oracleWalletLocation("/User/db/my_wallet")
.load()
flyway {
oracleWalletLocation = '/User/db/my_wallet'
}
<configuration>
<oracleWalletLocation>/User/db/my_wallet</oracleWalletLocation>
</configuration>