Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: wrong setting of sort_area_size
Usually such large sort_area_size is used for batch processes, so there is no problem with many such jobs running at the same time. It can be done befor e running the job and then back to old value after the job ended. Also if hash_area_size parameter default value is sort_area_size. This is why the job which took 60 hours finished in 30 min. in previous message and not because sorting became faster.
Alex Hillman
-----Original Message-----
Sent: Friday, May 04, 2001 11:50 AM
To: Multiple recipients of list ORACLE-L
Mininmal disadvantages besides overextending the machine's memory...eg if 100 people are all doing a large sort at the SAME time, you could have 100 x 10m of memory or more getting munch up...But the memory is only used when they want to do a sort ...
hth
connor
"Some days you're the pigeon, some days you're the statue"
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: =?iso-8859-1?q?Connor=20McDonald?= INET: hamcdc_at_yahoo.co.uk 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: Hillman, Alex INET: Alex.Hillman_at_usmint.treas.gov 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 May 04 2001 - 16:00:43 CDT