- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dynamic CPU Count changes and Oracle Behaviour
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-11-2006 05:48 AM
01-11-2006 05:48 AM
Dynamic CPU Count changes and Oracle Behaviour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 05:59 AM
01-11-2006 05:59 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
Why not implement PRM?
007
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 06:04 AM
01-11-2006 06:04 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
DBAs or Hybrids out there care to comment?
*Hybrids -- those potent DBAs who came from SysAdmin backgrounds... very very valuable these days.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 07:45 AM
01-11-2006 07:45 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
I have seen nothing to back up that conclusion. I'd like to see a document before I made changes.
http://metalink.oracle.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 09:02 AM
01-11-2006 09:02 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
If so - then it doesn't matter - as those cpu's are "visible" to oracle - just that all can't be used - until you turn them on.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 09:11 AM
01-11-2006 09:11 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 10:11 AM
01-11-2006 10:11 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
I could see, I guess, a problem that if he the parallel server count were sized to a larger number (at the high points of cpu count), and then the query was required to run suddenly at a lower count.
If I hinted an a operation to run correctly with 24 cpus and I was really running with only 8 at some time - yeah that could conceivably be a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 11:54 AM
01-11-2006 11:54 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 12:35 AM
01-12-2006 12:35 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
I am aware of the Parallel server issue and we never actually size CPUs down but even if we did - what adverse effect would it have aside from the obvious performance impacts? My DBA is claiming that it results in a hang application.
What strikes me is our DBAs do not want to increase CPU count as well -- even if the system evidently needs it. The server does not run a Database load purely. AT crunch time - majority of the applications that consume CPU are not oracle fore/background processes but C/Cobol/Java executables that most of the time leave the Oracle apps w/ little or no chance at the CPUs.
On one machine where we have this same situation - I enabled PRM (for CPU) and guaranteed Oracle proccesses a set percentage of CPU time instead of the FSS (fair share scheduling) that HP-UX offers as default. And I am seeing realy that during 100% CPU utilization - Oracle gets at least its due CPU cycles to service the applications.
I also once was a "hybrid" but have been keeping mum about DBA affairs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 01:02 AM
01-12-2006 01:02 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
normally, the degree of parallelism in Oracle processes is not too much dependent on the underlying hardware -- the number of CPUs.
As you already know, you can perform queries in parallel to the order of many degrees with only one processor in the server.
I believe that the OS will automatically do the necessary adjustments and the Oracle Instance picking up resources as they are made available...
just some thoughts
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:28 AM
01-12-2006 02:28 AM
Re: Dynamic CPU Count changes and Oracle Behaviour
This may be due to the fact that we have 3000 users on the ERP server... it is both a DB and application server. Many users mean many processes. Our ERP likes many processors.
If you are doing it with partitioning I think it wouldn't be any worse.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 11:01 AM
01-13-2006 11:01 AM