- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle SORT_AREA_SIZE
Operating System - HP-UX
1820390
Members
3599
Online
109623
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2002 06:02 AM
тАО06-05-2002 06:02 AM
Oracle SORT_AREA_SIZE
Hello experts,
I am a little unclear about
sort_area_size parameter and
it's relationship with physical memory.
According to definition, this parameter defines the maximum size of real memory(in bytes ) that will be used by a single sort.
How does it play with HP-UX where all memory is virtually mapped.
So, on the system with PGA( dedicated ) , say, 1MB, if a DBA needs to increase sort_area_size , the increase will come at the physical memory expense rather than all available memory?
Please, clarify.
Thanks a lot!
Dimitry.
I am a little unclear about
sort_area_size parameter and
it's relationship with physical memory.
According to definition, this parameter defines the maximum size of real memory(in bytes ) that will be used by a single sort.
How does it play with HP-UX where all memory is virtually mapped.
So, on the system with PGA( dedicated ) , say, 1MB, if a DBA needs to increase sort_area_size , the increase will come at the physical memory expense rather than all available memory?
Please, clarify.
Thanks a lot!
Dimitry.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2002 06:16 AM
тАО06-05-2002 06:16 AM
Re: Oracle SORT_AREA_SIZE
Hi,
you could check the following doc id 102339.1 on the Oracle metalink Web site in relation to SORT_AREA_SIZE , SORT_AREA_RETAIN_SIZE.
JL
you could check the following doc id 102339.1 on the Oracle metalink Web site in relation to SORT_AREA_SIZE , SORT_AREA_RETAIN_SIZE.
JL
fiat lux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2002 06:46 AM
тАО06-05-2002 06:46 AM
Re: Oracle SORT_AREA_SIZE
Hi
I like
http://www.orafaq.com/faq.htm
Enter at bottom of page. lots of oracle info and search on SORT_AREA_SIZE
Steve Steel
I like
http://www.orafaq.com/faq.htm
Enter at bottom of page. lots of oracle info and search on SORT_AREA_SIZE
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2002 06:24 PM
тАО06-05-2002 06:24 PM
Re: Oracle SORT_AREA_SIZE
SORT_AREA_SIZE is the amount of memory allocated for a sort to be done in memory. If SORT_AREA_SIZE is set to 1m and a sort will take 500k, then it will sort the information in memory, rather than using a more costly disk access. What you need to do is set it to a number, and then run either statspack or utlbstat/estat to see if you are performing more sorts in memory or in disk. This setting should not be set to high if there is a large number of processes, as it will actively take a large portion of memory, and could force your system into even more costly swap space. Normally, 1m is a good number to start with, and can increase from there depending on available memory and average number of processes.
Brian
Brian
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP