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_area_size

Re: sort_area_size

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 6 Apr 2001 21:33:40 +0200
Message-ID: <tcs6crars3o8a5@beta-news.demon.nl>

"@nnibale" <annibale_at_ifrance.com> wrote in message news:9al2fc$kuq$1_at_aldebaran.worldonline.fr...
> hi,
>
> how to determinate the "good" value for the parameter sort_area_size ?
> ( oracle 8.0.4 on digital unix 4.0c with 2Go ram)
>
> Regards.
>
> @nnib
>
>
>

By running utlbstat/utlestat, and determining the number of memory sorts against the number of disk sorts.
However 1M should usually be sufficient and more doesn't buy you much. And of course you can always change it on session level by alter session set sort_area_size = <anything humongous> if you really want your server have to choke.

Hth,

Sybrand Bakker, Oracle DBA Received on Fri Apr 06 2001 - 14:33:40 CDT

Original text of this message

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