Property | Description |
Parameter type | Integer |
Default value |
|
Modifiable |
|
Range of values |
|
Basic | No |
Real Application Clusters | Multiple instances can have different values. |
GLOBAL_TXN_PROCESSES
specifies the initial number of GTXn background processes (GTX0, ... GTX9 and GTXa, ... GTXj) per instance to support global (XA) transactions in an Oracle RAC environment.
GLOBAL_TXN_PROCESSES
is useful for systems that process global (XA) transactions heavily. You do not need to specify a value for this parameter since Oracle Database automatically determines the number of processes and autotunes them, as necessary. GTXn background processes are only seen in an Oracle RAC environment.
Note:
1. This parameter was introduced in 11g.
2. Query for the current value of the parameter
select name, value, isdefault, isses_modifiable, issys_modifiable,
isinstance_modifiable, isdeprecated, description
from v$parameter
where upper(name) = ‘GLOBAL_TXN_PROCESSES’;
No comments:
Post a Comment