Feature currently not implemented

Oracle SQL*Plus Warn

Description

Whether MigrateDB should issue a warning instead of an error whenever it encounters an Oracle SQL*Plus statement it doesn’t yet support.

Default

false

Usage

API

MigrateDb.configure()
    .extensionConfig(OracleConfig.class, new OracleConfig()
        .sqlplusWarn(true))
    .load()