Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Performance in ORDER BY
Sybrand Bakker wrote:
> On 22 Sep 2005 08:20:44 -0700, "jabelsc" <jabelsc_at_gmail.com> wrote: > >
> > > It would help to post a version and it is usually almost compulsory, > as most answers are version dependent. > First of all your statement is incorrect: there rownum need to be > *outside* the inline view.
No it doesn't. At least not for 9i and up. (I don't have older versions
at hand to test it).
This is the application of a pagination technique often demonstrated by
e.g. Tom Kyte. However, it's quite unusual to go beyond say 200 because it's
typically used to restrict output to a page oriented client like a browser
- and how realistic is it to go to page 800 of a resultlist?
> Secondly performance of a sort is determined by > - the init.ora parameter sort_area_size (pre 9i) > - the init/spfile.ora pga_aggregate_target_size (9i and 10g) > - The sizing and location of your temporary tablespace. > > -- > Sybrand Bakker, Senior Oracle DBA
Regards,
Holger Received on Thu Sep 22 2005 - 13:40:01 CDT
![]() |
![]() |