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: Sort operations

Re: Sort operations

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Fri, 11 Feb 2000 14:02:57 GMT
Message-ID: <38A41691.39C18A22@edcmail.cr.usgs.gov>


Alexander,

> As for Special Edition Using Oracle8, in Chapter 31 it says following
> statements:
>
> 'The two primary init.ora parameters affecting sort operations are
>
> SORT_AREA_RETAINED: The maximum amount of memory to be used for an
> in-memory sort
> SORT_AREA_SIZE: The maximum amount of memory to be used for an
> external disk sort
> operation, involving the allocation of a temporary segment

This is wrong. The SORT_AREA_SIZE controls the maximum amount of memory allocated to an in-memory sort. If the sort exceeds this size, then the sort is broken into smaller pieces and sorted (at least partially) on disk. I'd trust the Oracle documentation before Special Edition.

HTH,
Brian



Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my company!
Received on Fri Feb 11 2000 - 08:02:57 CST

Original text of this message

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