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

Home -> Community -> Usenet -> c.d.o.misc -> Re: parallel query

Re: parallel query

From: Prasath <prasath.rao_at_gmail.com>
Date: 11 Jul 2006 05:12:02 -0700
Message-ID: <1152619922.869821.257730@m79g2000cwm.googlegroups.com>


thank you very much for the reply.
i added 'parallel' hint on the SELECT query and I see that the timing has reduced by 40% and the cost has reduced by half.

but the worrying thing is the 2 sorts in the disk. i was wondering how this can be eliminated? if i am right, this might happen due to the lack of sufficient memory. if i had set workarea-size_policy to AUTO and pga_aggregate-size to 2GB, then oracle allocates only 5% of the 2GB, that is 100MB to the session for sorting. is there any way of improving this by reconfiguring? Received on Tue Jul 11 2006 - 07:12:02 CDT

Original text of this message

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