Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: using a lot of temporary tablespace with large sort area size
Man significantly improved perf. by setting hash_area_size for session.
Okay so guys have read in metalink says hash_area_size is 2* sort_area_size
by default - is this not true? Most be the case that it isn't true.
-----Original Message-----
Sent: Friday, June 07, 2002 12:54 PM
To: Multiple recipients of list ORACLE-L
Guys,
Note:
Oracle does not recommend using the HASH_AREA_SIZE parameter unless the
instance is configured with the shared server option. Oracle recommends that
you enable automatic sizing of SQL working areas by setting
PGA_AGGREGATE_TARGET instead. HASH_AREA_SIZE is retained for backward
compatibility. Any opinions on how well PGA_AGGRE... works versus using
specific parameters?
-----Original Message-----
<mailto:jack_silvey_at_yahoo.com> ]
Sent: Friday, June 07, 2002 11:38 AM
To: Multiple recipients of list ORACLE-L
size
Paula,
With so much data, Oralce (or Oracle, if you prefer) might be hash joining your tables and writing temp hash segments.
What is your hash_area_size?
jack silvey
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com <http://www.orafaq.com> -- Author: Jack Silvey INET: jack_silvey_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Paula_Stankus_at_doh.state.fl.us Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jun 07 2002 - 15:13:27 CDT