I have joining multiple tables and returning data from a stored procedure using a SYS_REFCURSOR. Now the calling program does not want to use SYS_REFCURSOR. What are the other options to return the data? Data is 200000 records and 11 columns
I have joining multiple tables and returning data from a stored procedure using a SYS_REFCURSOR. Now the calling program does not want to use SYS_REFCURSOR. What are the other options to return the data? Data is 200000 records and 11 columns