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: SQL performance tuning

Re: SQL performance tuning

From: James Williams <willjamu_at_mindspring.com>
Date: Thu, 14 Jun 2001 15:05:35 GMT
Message-ID: <3b28d2a2.48521620@nntp.mindspring.com>

On Thu, 14 Jun 2001 03:55:56 GMT, Alex Filonov <afilonov_at_pro-ns.net> wrote:

Took about 20 seconds off query.

>Good ideas. In addition:
>
>If you still have plan with hash joins, increase hash_area_size to at least 8M:
>
>alter session set hash_area_size = 8000000; (16M is even better).
>Hash join performance depends too much on hash area size.
>
>
>
>
Received on Thu Jun 14 2001 - 10:05:35 CDT

Original text of this message

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