Procedure returning with cursor to resultset

Balint

Member
Hi All,

I have a less important but more annoying problem.
Is there any way to see the returning cursor's resultset immediately, without pressing the cell button in the grid?
I have a query like this:

select function_name from dual

which returns a cursor.
 
Back
Top