I´m using sql-maven-plugin and it throws this exception:
java.sql.SQLException: ORA-00900: invalid SQL statement

Can I use cursor, if, exception... in a sql file?

<execution>
<id>...</id>
<phase>...</phase>
<goals>
<goal>execute</goal>
</goals>
<configuration>
<autocommit>true</autocommit>
<srcFiles>
<srcFile>...</srcFile>
</srcFiles>
  <onError>continue</onError>
</configuration>
</execution>

Thanks,

André

Reply via email to