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

ENTITY FRAMEWORK CORE 5 - Return two oracle cursors from single stored procedure #177

Closed
adisonone opened this issue Jun 10, 2021 · 1 comment

Comments

@adisonone
Copy link

I am using EF core 5 with Oracle database(I cannot change anything in db).
I can call a procedure which has one RefCursor type of output parameter.
I need to call a procedure which has multiple output parameters of RefCursor type.
My issue is similar to an unanswered question on Stackoverflow.
Please refer the below url.
URl - https://stackoverflow.com/questions/66667184/entity-framework-core-5-return-two-oracle-cursors-from-single-stored-procedure

@alexkeh
Copy link
Member

alexkeh commented Jun 14, 2021

I believe this is a general EF Core 5 limitation at this time. There's an open EF Core issue on GitHub asking for multiple result sets support from a stored procedure.

@alexkeh alexkeh closed this as completed Jun 17, 2021
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