Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Procedure refcursor null and array empty

user10686431Jan 6 2020 — edited Jan 9 2020

I have a query via procedure in oracle where he returns me a refcursor with some blank columns (null), so far so good always did so and never had problems, however from the version of

.NET core 3.1 with Oracle.EntityFrameworkCore 2.19. 60 columns that should come blank (null) are coming with {} as if they were a blank object. How to solve it?

Thanks.

Comments

Post Details

Added on Jan 6 2020
5 comments
271 views