Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: counting rows in loop
laura_galimberti_at_hotmail.com wrote:
> Hi,
> I am trying to learn pl/sql and I need some help, please.
> I have written a package with a cursor and a loop, which returns a
> file with some lines.
> The last step I have to do is to write something that returns the
> number of lines produced in the file: i.e, if the loop retuns 356
> lines, I have to write something that calculates that figure and
> returns the result in the last line.
>
> I was told that I need to create a variable and place it somewhere at
> this point to do the calculation:
>
> END LOOP;
>
> Utl_File.Put(l_Output, 'end of file');
>
> Utl_File.Fclose(l_Output);
>
> I do not quite understand what to do or how to do it, can someone
> help?
> Thanks
http://www.psoug.org/reference/utl_file.html
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Sun Mar 18 2007 - 11:34:00 CDT
![]() |
![]() |