Hy,
i have a package with procedure like this
xxx(refcur out sys_refcursor, numrows out number)
begin
open refcur for
select * from table;
numrows := refcur%rowcount; -- this is ZERO!!!
end xxx;
i need to know if there is some solution to read hove many rows are there without looping...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.