连接RMAN的时候报如下错:

[oracle@node2 ~]$ rman target /

Recovery Manager: Release 10.2.0.4.0 - Production on Sat Sep 25 16:15:34 2010

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

connected to target database: WZT (DBID=5955129)
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

连接上后,能正常进行备份。

 

在OS状态下查下:

[oracle@node2 ~]$ 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



问题解决。


参考至:http://blog.sina.com.cn/s/blog_681cd80d0100l78z.html

如有错误,欢迎指正