Can sys_refcursor be left opened in stored procedure ?
What are the alternatives of using a sys_refcursor..
Devexpress is being used to create reports by using the return values from sys_refcursor in a procedure, is it ok to leave the sys_refcursor opened ? if i close the sys_refcursor no results are obtained...what other options we have apart from using sys_refcursor..
Thanks in advance..