Getting RefCursor and VarChar outputs from the same Stored Procedure
问题 I am new to Oracle, so please be gentle... I am querying an existing Oracle DB using C# and ODP11 in .NET 4. All procedures up to this point have been, well, painful to figure out at first, but mostly "just worked" once i figured what i was doing... this one is a different story... I have a stored proc that takes 4 parameters: 2 inputs and 2 outputs... the 2 inputs are grand. one of the outputs is a Varchar2 and the other is a refcursor. I am using an OracleDataReader to run the query, like i