Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Question and suggestion regarding rownum

Re: Question and suggestion regarding rownum

From: Holger Baer <holger.baer_at_science-computing.de>
Date: Thu, 13 Nov 2003 13:06:32 +0100
Message-ID: <3FB373C8.9060803@science-computing.de>


ketansweta_at_sbcglobal.net wrote:
> Hi! Folks
>
> I am sure many of you have come across this problem which I am facing and
> hope to have some suggestions.
> We have an web application with tones of where clauses and group by but
> eventually the result set could be any where
> from 1 to 10000. Now the web page would display only 1 to 10 items after
> which if you would click on next it would show
> from 11 to 20 - till here it is some what do able - the problem lies when
> the user click on directly 45th page which should show records
> from 2000 onwards. I was thinking of using the rownum function .. remember
> this is a select from a 500K table - .
>
> Any folks who have a better idea or suggestion would be great ful.
>
> Thanks
> Ketan
>
>

Check this out (might wrap):

http://asktom.oracle.com/pls/ask/f?p=4950:8:1915869985079788436::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:127412348064,

HTH,
Holger Received on Thu Nov 13 2003 - 06:06:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US