温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Oracle Study之案例--RMAN ORA-1992

发布时间:2020-03-12 10:57:09 来源:网络 阅读:1133 作者:客居天涯 栏目:关系型数据库

Oracle Study之案例--RMAN ORA-19921错误


系统环境:

操作系统: AIX5.3

Oracle:   Oracle 10gR2


错误现象:

        数据库在通过rman连接时出现以下错误:

[11:01:51 oracle@aix217: ~]$rman target /

Recovery Manager: Release 10.2.0.1.0 - Production on Mon Jan 19 11:01:53 2015

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

connected to target database: ZSDB (DBID=3945368821)

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 64 rows exceeded


解决方法:

在OS状态下查下:
[oracle@aix217:~]$ ps -ef | grep rman
oracle   20210 15308  0 16:16 pts/2    00:00:00 grep rman
oracle   20237 19585  0 10:27 pts/1    00:00:10 rman target /
原来是rman已经在运行。
直接杀掉。
[oracle@node2 ~]$ kill -9 20237
问题解决。
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI