For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
I have a procedure which returns a row of a table. Is it better to use ref cursor or SQL Object Type to return the row of the table? Will there be any performance difference with respect to both the return types ?
Thank You.