When I am trying to execute my sql script by Flyway, I get java.sql.SQLSyntaxErrorException: ORA-00900 on line: @@some_dir/run.sql.
Of course, this is specific sql*plus command. Is there some way to execute this command by Flyway? If there is not, how I can execute my script by Ant and how I can do versioning without Flyway?