zoukankan      html  css  js  c++  java
  • RMAN-06900 RMAN-06901 ORA-19921

    转自http://blog.itpub.net/12778571/viewspace-700360/

    1、连接到rman中
    $ rman target/
    Recovery Manager: Release 11.2.0.1.0 - Production on Tue Jun 21 10:27:39 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: oms (DBID=1062573604)
    RMAN-06900: WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
    RMAN-06901: WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows
    ORACLE error from target database:
    ORA-19921: maximum number of 128 rows exceeded
    2、退出rman,查看进程
    RMAN> exit

    Recovery Manager complete.
    $ ps -ef|grep rman
    oracle 1773872 2490860 0 10:27:55 pts/2 0:00 grep rman
    oracle 2961704 1 82 20:56:00 - 360:13 rman target/

    3、原来还有rman的进程在运程,kill进程
    $ kill 2961704

    4、重新进入
    $ rman target/
    Recovery Manager: Release 11.2.0.1.0 - Production on Tue Jun 21 10:28:18 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: oms (DBID=1062573604)
    RMAN>

  • 相关阅读:
    2020.2.14
    2020.2.13
    规划极限编程阅读笔记03
    学习进度——第十六周
    JSP跳转到Servlet的两种配置
    规划极限编程阅读笔记02
    规划极限编程阅读笔记01
    单词接龙
    学习进度——第十五周
    输入法评价
  • 原文地址:https://www.cnblogs.com/datalife/p/7903390.html
Copyright © 2011-2022 走看看