oracle 11.2.0.4 归档满了之后 用户限制连接, awr快照停止生成

AWR Snapshots Are Not Being Created Because MMON Is Not Being Respawned (Doc ID 2023652.1) To BottomTo Bottom

APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]
Information in this document applies to any platform.
SYMPTOMS

Due to other reasons, the MMON process died and subsequent AWR reports are therefore not getting generated.

The MMON process should automatically be respawned but it is not.

CAUSE

MMON/MMNL not being respawned or recreated is due to:

unpublished bug: Bug 19565533 - MMON/MMNL CAN NOT BE AUTOMATICALLY RESTARTED AFTER KILLED

The issue only occurs on 11.2.0.4 and is a regression of the fix for Bug 14213856

SOLUTION

To solve the issue:

Apply interim patch 19565533 for 11.2.0.4, if available for your platform.

To check for conflicting patches, please use the MOS Patch Planner Tool
Please refer to
Note 1317012.1 - How To Use MOS Patch Planner To Check And Request The Conflict Patches?

If no patch exists for your version, please contact Oracle Support for a backport request.

- OR -

As a workaround, you can respawn the MMON process by next methods:

Restart the database instance

- OR -

Set the instance to "restricted session" mode and then bring it back to normal mode using following commands as SYSDBA:
  
alter system enable restricted session;
alter system disable restricted session;

这个如果不是dba的用户会限制登录,dba的账户则可以
[oracle@host01 ~]$ sqlplus clspuser/clsp

SQL*Plus: Release 11.2.0.3.0 Production on Fri Jan 19 23:29:09 2018

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

ERROR:
ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege

Enter user-name: clspuser
[oracle@host01 ~]$
SQL> create user eviswang identified by evis;

User created.

SQL> gant dba to eviswang;
SP2-0734: unknown command beginning "gant dba t..." - rest of line ignored.
SQL> grant dba to eviswang;

Grant succeeded.

SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
[oracle@host01 ~]$ sqlplus eviswang

SQL*Plus: Release 11.2.0.3.0 Production on Fri Jan 19 23:30:31 2018

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Enter password: 

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options

SQL> 

alter system disable restricted session;后都可以登录

[oracle@host01 ~]$ sqlplus clspuser/clsp

SQL*Plus: Release 11.2.0.3.0 Production on Fri Jan 19 23:31:15 2018

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options

SQL> 

alter跟踪如下:

Fri Jan 19 23:31:41 2018
Stopping background process MMNL
Stopping background process MMON
Starting background process MMON
Fri Jan 19 23:31:43 2018
MMON started with pid=216, OS id=54742 
Starting background process MMNL
Fri Jan 19 23:31:43 2018
MMNL started with pid=219, OS id=54744 
ALTER SYSTEM enable restricted session;
Fri Jan 19 23:32:02 2018
ALTER SYSTEM disable restricted session;
[oracle@adminm trace]$ 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值