首页 > 数据库技术 > 详细

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

时间:2015-01-19 19:18:49      阅读:290      评论:0      收藏:0      [点我收藏+]

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
问题解决。

本文出自 “天涯客的blog” 博客,请务必保留此出处http://tiany.blog.51cto.com/513694/1605831

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

原文:http://tiany.blog.51cto.com/513694/1605831

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!