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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to use Oracle.EntityFrameworkCore get procedure's output sys_refcursor parameter value

User_IH1YBJul 2 2019 — edited Jul 3 2019

i hava a oracle procedure  like this

procedure getthings( param1 in varchar2,param2  out sys_refcursor)

use the  microsoft.entityframeworkcore(2.2.4)   .and Oracle.EntityFrameworkCore (2.19.0-beta4)

how to  get the  param2 value

i try to use the method "ExecuteSqlCommand" but  param2.value is  issue

This post has been answered by Alex Keh-Oracle on Jul 3 2019
Jump to Answer

Comments

Post Details

Added on Jul 2 2019
1 comment
2,046 views