Domanda

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?

È stato utile?

Soluzione

There is currently no support for this.

One solution might be to refactor your sql files, to have this file run as a regular migration instead.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top