| Author |
Refcursor vs Pl-SQL Object types
|
Pankaj Kumarkk
Ranch Hand
Joined: Apr 17, 2011
Posts: 108
|
|
Hi,
I would like to know scenario where Refcursor should be preferred over PL-SQL objects as stored procedure return types.
I have been using PL-SQL objects till now. I have come to know that using refcursor, the stored procedure programming becomes very simple. I would like to know what are the pros/cons of using Refcursor in java.
In what scenario we should never use refcursor?
|
 |
 |
|
|
subject: Refcursor vs Pl-SQL Object types
|
|
|