Home Database Mysql Tutorial Oracle 10.2.0.5 rac awr不能自动生成

Oracle 10.2.0.5 rac awr不能自动生成

Jun 07, 2016 pm 05:26 PM
oracle

数据库版本:Oracle 10.2.0.5 rac 操作系统版本:CentOS 5.6-64 1、出现问题: 1)后台alter日志没有任何错误 2)mmon报错内容如

数据库版本:Oracle 10.2.0.5 rac

操作系统版本:CentOS 5.6-64

1、出现问题:

1)后台alter日志没有任何错误

2)mmon报错内容如下

*** KEWRAFC: Flush slave failed, AWR Enqueue Timeout
*** 2013-02-17 10:46:15.419
*** KEWRAFC: Flush slave failed, AWR Enqueue Timeout
*** 2013-02-17 10:47:15.598
*** KEWRAFC: Flush slave failed, AWR Enqueue Timeout
*** 2013-02-17 10:48:15.783
*** KEWRAFC: Flush slave failed, AWR Enqueue Timeout
*** 2013-02-17 10:49:15.968

3)做awr报告是,没有最近的snapshot生成

2、问题排查:

1)查看锁和session

select do.object_name,
      do.object_type,
      gv.SQL_ID,
      gv.EVENT,
      gv.WAIT_CLASS,
      gv.WAIT_TIME,
      gv.PADDR
  from gv$locked_object gl, gv$session gv, dba_objects do
 where gl.SESSION_ID = gv.SID
  and gl.OBJECT_ID = do.object_id;

发现有awr相关的表锁住了

2)查看锁表的进程

select * from gv$process gp where gp.ADDR='00000002D8610778';

3)使用os命令

# ps -ef | grep 28039
oracle  28039    1  0 04:00 ?        00:00:16 ora_m000_west1
kill 掉m000就恢复正常

linux

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Function to calculate the number of days between two dates in oracle Function to calculate the number of days between two dates in oracle May 08, 2024 pm 07:45 PM

Function to calculate the number of days between two dates in oracle

How long will Oracle database logs be kept? How long will Oracle database logs be kept? May 10, 2024 am 03:27 AM

How long will Oracle database logs be kept?

The order of the oracle database startup steps is The order of the oracle database startup steps is May 10, 2024 am 01:48 AM

The order of the oracle database startup steps is

How to use interval in oracle How to use interval in oracle May 08, 2024 pm 07:54 PM

How to use interval in oracle

Oracle database server hardware configuration requirements Oracle database server hardware configuration requirements May 10, 2024 am 04:00 AM

Oracle database server hardware configuration requirements

How to determine whether two strings are contained in oracle How to determine whether two strings are contained in oracle May 08, 2024 pm 07:00 PM

How to determine whether two strings are contained in oracle

How to see the number of occurrences of a certain character in Oracle How to see the number of occurrences of a certain character in Oracle May 09, 2024 pm 09:33 PM

How to see the number of occurrences of a certain character in Oracle

How much memory does oracle require? How much memory does oracle require? May 10, 2024 am 04:12 AM

How much memory does oracle require?

See all articles