1.272 PROCESSOR_GROUP_NAME
PROCESSOR_GROUP_NAME
specifies the name of the processor group that this instance should run in.
Property | Description |
---|---|
Parameter type |
String |
Syntax |
|
Default value |
There is no default value |
Modifiable |
No |
Modifiable in a PDB |
No |
Basic |
No |
Oracle RAC |
For Oracle RAC databases, it is recommended that the operating system processor groups for each database instance are all named the same, so that the same |
PROCESSOR_GROUP_NAME
instructs the database instance to run itself within the specified operating system processor group. All Oracle processes will be bound to the CPUs in this group and will only run on these CPUs. For NUMA systems, all SGA and PGA memory allocated by the database instance will be allocated from NUMA nodes within the group.
This initialization parameter is supported on the Linux and Solaris operating systems.
Note:
Oracle recommends that this parameter be set only for databases on which the USE_DEDICATED_BROKER
initialization parameter is also set to TRUE
.
See Also:
-
Oracle Database Administrator's Reference for Linux and UNIX-Based Operating Systems for more information about using the
PROCESSOR_GROUP_NAME
initialization parameter