Hello

Does anyone know why assigning  a string to a refcursor before opening it
makes fetching data faster from a cursor?



begin;
select * from func1() ;
fetch all from "test";
end;

in func1 i set     refcursor_variable :=  'test';

Reply via email to