Feature currently not implemented
Whether MigrateDB should issue a warning instead of an error whenever it encounters an Oracle SQL*Plus statement it doesn’t yet support.
false
MigrateDb.configure()
.extensionConfig(OracleConfig.class, new OracleConfig()
.sqlplusWarn(true))
.load()