- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dbc_min/max_pct
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-31-2006 06:33 AM
08-31-2006 06:33 AM
dbc_min/max_pct
kmtune -q dbc_min_pct
Parameter Current Dyn Planned Module Version
===============================================================================
dbc_min_pct 5 - 5
[/opt/oracle]: kmtune -q dbc_max_pct
Parameter Current Dyn Planned Module Version
===============================================================================
dbc_max_pct 5 - 05
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 06:38 AM
08-31-2006 06:38 AM
Re: dbc_min/max_pct
dbc_max_pct 5
dbc_min_pct 5
Oracle manages it's own memory.
regards,
robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 06:45 AM
08-31-2006 06:45 AM
Re: dbc_min/max_pct
This could have been done more easily with nbuf & bufpages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 06:51 AM
08-31-2006 06:51 AM
Re: dbc_min/max_pct
Admins will often set dbc_min/max_pct to the same value. This will essentially disable the dynamic cache stuff and just set aside a predefined amount. The number used is dependant on the amount of memory you have on your server because this is just a percentage of that. So if your server has 8GB of RAM you would have ~400MB of cache set up using the 5% value you have.
There really isn't any need for much more than 512MB of cache set up for an Oracle database server (especially on 11.00 and lower where excessive buffer cache can actually affect performance negatively).
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 08:04 AM
08-31-2006 08:04 AM
Re: dbc_min/max_pct
Although it is being phased out, I still prefer static buffer caches set not by matching dbc-min_pct to dbc_max_pct but rather by setting bufpages to a non-zero value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 08:42 AM
08-31-2006 08:42 AM
Re: dbc_min/max_pct
I have assigned points.
DD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 08:54 AM
08-31-2006 08:54 AM
Re: dbc_min/max_pct
For Oracle, it has it's own buffer cache.
Basically, you want it between 500 and 800 mb of memory..
So, if your system has 10GB of ram - then these are good values...
Rgds...Geoff