Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execute stored procedure #19

Open
MahendranT opened this issue May 8, 2017 · 1 comment
Open

execute stored procedure #19

MahendranT opened this issue May 8, 2017 · 1 comment

Comments

@MahendranT
Copy link

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

@pigelvy
Copy link

pigelvy commented Oct 7, 2024

This has been opened for way too long, but here I am trying to help.

Have you tried a syntaxe such as: call schemaName.PROC_NAME() ?
I've discovered this plugin a couple of days ago and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants