如何解决飞行通道验证失败的问题



删除所有表用户模式后,这是尝试运行flyway install:时出现的错误

ERROR: FlywayException: Validate failed. Found differences between applied migrations and available migrations: Detected applied migration missing on the classpath: 2.001
ERROR: Occured in com.googlecode.flyway.core.Flyway.doValidate() at line 941
An ERROR has occurred migrating the SYSTEM Schema, execution aborted

知道怎么解决吗?

升级是针对OracleXE数据库进行的。我使用

sqlplus

带有安装时配置的system用户名和密码以及:

truncate table "schema_version";
commit;

最新更新