Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试通过 Flyway 执行我的 sql 脚本时,我得到java.sql.SQLSyntaxErrorException: ORA-00900 on line: @@some_dir/run.sql。
当然,这是特定的 sql*plus 命令。有什么方法可以通过 Flyway 执行此命令吗?如果没有,我如何通过 Ant 执行我的脚本以及如何在没有 Flyway 的情况下进行版本控制?
目前没有对此的支持。
一种解决方案可能是重构您的 sql 文件,让该文件作为常规迁移运行。