Re: [mojo-user] Invalid SQL

2012-07-14 Thread Wayne Fay
> 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? Errors like that are thrown from your database which appears to be Oracle in this case. If Oracle doesn't like your SQL stateme

[mojo-user] Invalid SQL

2012-07-13 Thread André Abe Vicente
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? ... ... execute true ... continue Thanks, André