Chinaunix首页 | 论坛 | 博客
  • 博客访问: 236679
  • 博文数量: 50
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 533
  • 用 户 组: 普通用户
  • 注册时间: 2015-07-28 21:56
个人简介

活着,寻找生存。

文章分类

全部博文(50)

文章存档

2017年(1)

2016年(20)

2015年(29)

我的朋友

分类: Oracle

2016-04-19 11:22:51

APPLIES TO: 

Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.3 [Release 11.2]
Information in this document applies to any platform.
Auto-tuning: Starting background process GTX1
Starting background process GTX1

and 

Auto-tuning: Shutting down background process GTXi Like messages in alert log

SYMPTOMS

 Auto-tuning: Starting background process GTX1..
Starting background process GTX1..

and 

Auto-tuning: Shutting down background process GTXi Like messages in alert log in RAC database.

CHANGES

This message will seen only in  RAC enviornment.

CAUSE

 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.

GTX (Global Transaction Process) as per definition maintains the global information about XA global transactions throughout the cluster.

SOLUTION

 1. Its normal for the database to automatically tune the number of these processes based on the workload of XA global transactions.If any application which using XA transaction and connecting to oracle RAC database, is it required.This a normal behavior and you do not have to worry about this error messages. Ignore Them 

2.  If you are sure that you are not using XA and want to stop these messages.You can disable the GTXn background processes, then you must set GLOBAL_TXN_PROCESSES to 0 in your parameter file. Setting this parameter to 0 will disable the XA support on an Oracle RAC database.

Please refer to:

Oracle? Database Reference
11g Release 2 (11.2)
Part Number E10820-02 -> GLOBAL_TXN_PROCESSES

Overview of XA Transactions and DTP Services


Oracle Database Reference 11g Release 2 (11.2)

GTXn Global Transaction Process

Oracle Real Application Clusters Administration and Deployment Guide 11g Release 2 (11.2)

Services and Distributed Transaction Processing in Oracle RAC

阅读(2888) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~