Home » RDBMS Server » Server Administration » CPU_COUNT (10g, 11gR1 and 11gR2)
|
Re: CPU_COUNT [message #602916 is a reply to message #602911] |
Tue, 10 December 2013 06:40  |
John Watson
Messages: 8976 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Just do a couple of tests:orclz>
orclz> show parameter cpu_count
NAME TYPE VALUE
------------------------------------ ---------- ----------------------------
cpu_count integer 4
orclz> alter system set cpu_count=2 scope=memory;
System altered.
orclz> show parameter cpu_count
NAME TYPE VALUE
------------------------------------ ---------- ----------------------------
cpu_count integer 2
orclz> alter system set cpu_count=6 scope=memory;
alter system set cpu_count=6 scope=memory
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-02097: parameter cannot be modified because specified value is invalid
orclz> that was release 12.1. You may find that release 10.x behaves differently: the effect of the parameter changes a bit in release 11.something, you need to read up on "instance caging" and the Resource Manager
|
|
|
Goto Forum:
Current Time: Mon May 05 08:36:46 CDT 2025
|