Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: number of rows in cursor?
"eudorica" <snjezana.katusic_at_htnet.hr> wrote in message
news:cpbnnn$qj7$1_at_ls219.htnet.hr...
> Is there way to count a number of rows in opened cursor before fetching it
> (%rowcount works only after fetching)? I need to know the number of rows
> before enter loop. Thanks.
>
>
No, you have to fetch the data.
Jim
Received on Fri Dec 10 2004 - 06:28:27 CST