REF CURSOR Parameters in an OracleDataReader This example executes a PL/SQL stored procedure that returns a REF CURSOR parameter, and reads the value as an ...
I am trying out Dapper.Oracle in a large project and currently experimenting with sys ref cursor as return type from an Oracle function. Our dba says that the cursors are not closed and keeps hanging ...