- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory Usage for a 12 G Oracle 9i database
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
07-19-2005 12:11 AM
07-19-2005 12:11 AM
Got a question.. I have a rp2470, 1 650 cpu w/8G RAM w/8G swap. Oracle developers & dba are telling me that this is not enough memory for a 12G Oracle 9i database. Hate to kill their expectations, but the system is to the max RAM it will hold. But I was wondering what you all think on this. Where I came from prior to this job we ran Solaris (can't remember the version (4 years ago) w/ a 10G Oracle 8.16 database on 2G RAM & everything ran fine with no issues what so ever. Is it normal for Oracle 9i reports to need more than 8G RAM (8G SWAP (2G used in SAM))to run optimally for a 12G database on HPUX? Are there any more optimizations I can do on the system side? I think I've done all I can, but I definately could have missed something. Thank you all for your opinions & advice.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 12:21 AM
07-19-2005 12:21 AM
SolutionIt's also possible that you have poorly designed code so that the only way it operates well is to have almost the entire database cached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 12:33 AM
07-19-2005 12:33 AM
Re: Memory Usage for a 12 G Oracle 9i database
swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4194304 0 4194304 0% 0 - 1 /dev/vg00/lvol2
dev 4194304 0 4194304 0% 0 - 1 /dev/vg00/swap1
reserve - 2916444 -2916444
memory 6457772 852760 5605012 13%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 12:51 AM
07-19-2005 12:51 AM
Re: Memory Usage for a 12 G Oracle 9i database
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 12:52 AM
07-19-2005 12:52 AM
Re: Memory Usage for a 12 G Oracle 9i database
Physical Memory: 8199.3 MB
Real Memory: Active: 646777.7 KB
Total: 2714923.8 KB Virtual Memory:
Active: 736910.1 KB Total: 3029688.8 KB
Free Memory Pages: 990785 at 4 KB/page
Swap Space:
Avail: 8192 MB Used: 2873 MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 01:00 AM
07-19-2005 01:00 AM
Re: Memory Usage for a 12 G Oracle 9i database
That's what I was thinking, but I thought maybe I was missing something. I have 3 developers & 1 dba that keep coming down on me with this & keep telling my boss that it's the hardware, so I, of course, start second guessing everything that I've been telling them & decide to see if I am wrong. Thank you for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 02:10 AM
07-19-2005 02:10 AM
Re: Memory Usage for a 12 G Oracle 9i database
Adding extra hardware should be last resource. There is plenty to do before such as running statspack and produce reports (as your DBA). I would suggest that when things are good you should keep reports for the baseline (OS & Oracle).
This could be new (and long) transactions or some locks on table. Again, the DBA should check for these !
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 04:14 AM
07-19-2005 04:14 AM
Re: Memory Usage for a 12 G Oracle 9i database
I agree with the rest of the folks. Our DBA's would actually be more concerned about the single cpu. They like at least 2 for Oracle. However, i assume youve checked cpu usage as well as disk, network , etc when they are complaining.
There are so many database and code options that can effect their application performance. If you can show them some stats from sar or glance or perfview to back up your claims that the system is not having the problem, then perhaps they will start looking elsewhere.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 06:34 AM
07-19-2005 06:34 AM
Re: Memory Usage for a 12 G Oracle 9i database
Because this is a database server (and because a legacy bad tuned parameter set may have been inherited) there is one tunable that can have absolutely terrible impact upon performance and that is a timeslice setting of 1 rather than 10.
I find that baseball bats are excellent tools for adjusting DBA's.