Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: page count in SQL*PLUS report
Karsten Farrell wrote:
> Frank wrote:
>
>> Karsten Farrell wrote: >> >>> Ming wrote: >>> >>>> Hi, all: >>>> How can I put something like 'Page 1 of xx' on SQLPLUS report? Thanks. >>>> Ming >>> >>> >>> >>> ttitle ... right 'Page ' format 999 sql.pno >>> >>> But you probably already knew that. It's the "of xx" that you can't >>> easily do in sqlplus (it doesn't know in advance how many pages will >>> be generated). >>> >>> Of course, you could guestimate it by using a COLUMN...NOPRINT >>> statement combined with SELECT >>> COUNT(*)/rows_per_page_plus_header_plus_footer... kind of thing. >>> >> >> One thing that could be done using RPT/RPF... >> Good old days... ivory towers and all that... :-? >> >> Frank >> >>
Hmmm. Have been doing both from scratch. RPT reminded me of transactional COBOL on the TI990/DX10 (No, not DNOS).
Frank Received on Wed Jan 22 2003 - 15:10:34 CST
![]() |
![]() |