- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle dedicated server processes actual memory us...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
08-08-2011 04:17 AM
08-08-2011 04:17 AM
Oracle dedicated server processes actual memory usage
Hi,
I'm try to establish the actual memory usage each Oracle dedicated server process uses. Each client connection generates a oracle dedicated server process on the database server and has rss memory assoicated against it, in glance I can rss/vss for each process.
Does anyone know if I can determine if this is using shared memory area's or if this the actual amount of memory which each client connection requires.
The reason I'm trying to establish this is to size future growth in client connections.
Thanks
Mike
- Tags:
- Oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2011 06:50 AM
08-08-2011 06:50 AM
Re: Oracle dedicated server processes actual memory usage
You want to do your per-client scaling using RSS
The VSS is typically 90% or more just for the SGA global memory.
What version of Oracle?
Recent versions use PGA_AGGREGATE_TARGET for the SUM of all workspace for all clients
Be sure to google, or directly search http://forums.oracle.com for other topics discussing
this as your question is a very basic Oracle sizing / tuning one with a good few prior answers.
Hope this helps some,
Hein
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2011 07:08 AM
08-08-2011 07:08 AM
Re: Oracle dedicated server processes actual memory usage
Thank you for your replay, I'll check out your suggestions.
We are runing 11gr2 with EBS 12.1.3, trying to see what memory footprint additional self-service users will place on the database
Thanks