Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sort_Area_Size for OLTP

Status
Not open for further replies.

hbks

Programmer
Oct 3, 2003
8
IN
HI

Could anyone suggest how much sort area size I can maintain :-

1.Lot of Joins
2. 100 concurrent users
3. 60 G database

Pls advice me
 
hbks,

Here is what Oracle says about setting SORT_AREA_SIZE in their documentation:
Oracle Doc said:
Set the SORT_AREA_SIZE parameter with care. SORT_AREA_SIZE is the space used in Program Global Area (PGA) for each sort executed by each Oracle process. If the value is too high, the PGA will use excessive memory when sorting. The default value (512 K) is usually sufficient.
Let us know if their suggestions seem to work for you.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
 
The manual also states:

Note:
Oracle does not recommend using the SORT_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. SORT_AREA_SIZE is retained for backward compatibility.
 
Thanks a lot for the Feedback
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top