Tag archive for ‘ref cursor’
Conversion of Oracle REF CURSOR used as OUTPUT Parameter
In this article, I am going to cover the situation when REF CURSOR type is used in output parameter of a stored procedure. Often this method is chosen to return the result set from a procedure to an application. Still, in many cases, the cursor reference can be returned from the stored procedure to outer [...]