You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
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:
execute schemaName.run('procedureName')
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:
execute schemaName.run('procedureName')
Please assist