Execute.Sql() cannot execute stored procedure with Oracle runner
See original GitHub issueDescribe the bug
- Not able to execute stored procedure in Oracle using Fluent Migrator
Steps to reproduce
A standalone project replicating the issue can be found here.
- Load the package
- Update the connection string in MigrationRun.cs
- Run MigrateRun_Up.bat from the command prompt.
Expected behavior
- Stored procedure should be executable from within Fluent Migrator.
Screenshots
Environment
* Oracle.ManagedDataAccess v18.6.0
* FluentMigrator v3.2.1
* FluentMigrator.Runner.Oracle v3.2.1
* Windows 10
* Oracle 11.2.0.4
Additional context
See M0001_CreateMemberTable for details. Stored procedure can be run successfully using EXEC CREATE_INDEX
without Fluent Migrator, but for some reason doesn’t work when it is wrapped in an Execute.Sql()
method.
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (1 by maintainers)
Top Results From Across the Web
Cannot execute a stored procedure in Oracle
Here is a simple example using Toad for Data Analysts 3.0.1.1734. I have full permissions on the schema JSWEENEY. ... Execute the procedure:...
Read more >Cannot execute Stored Procedure more than once
Hello,. I'm using oracle 12c. I just created a stored procedure which works fine. Problem is that the second time I run it,...
Read more >get ORA-01031: insufficient privileges when execute procedur...
Hello there: I met the "ORA-01031: insufficient privileges" error, when rebuild index with online option in a procedure.
Read more >How can I track the execution of PL/SQL and SQL? - Ask TOM
How can I track the execution of PL/SQL and SQL? Hi Tom,How can I know what a given user is executing if his...
Read more >Cannot execute Oracle stored procedure
Hi, I am new to Liquibase and trying to get my head around it. I'd like Liquibase to execute an existing stored procedure...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@PhenX you rock!
@jzabroski It works! Sorry we didn’t try this in the first place. FAQ away - thanks for the great support on this! 😃