Top "Out-parameters" questions

Using ouput parameter of type SYS_refcursor

In my database I have a stored procedure with an OUTPUT parameter of type SYS_REFCURSOR. The application side is …

c# stored-procedures oracle10g out-parameters sys-refcursor
Why is an out parameter not allowed within an anonymous method?

This is not a dupe of Calling a method with ref or out parameters from an anonymous method I am …

c# anonymous-methods out-parameters ref-parameters