sql-maven-plugin
sql-maven-plugin copied to clipboard
execute stored procedure
Hi,
I am trying to execute stored procedure using sqlCommand tag of sql-maven-plugin but its throwing error ORA-00900: invalid SQL statement command used: <sqlCommand>execute schemaName.run('procedureName')</sqlCommand>
Please assist